From fd5efb08755771153294db3215cf5701dcaec0b4 Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Mon, 6 Jun 2016 14:07:07 +0200 Subject: [PATCH] version 0.4.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b7aaad73..31775165 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject binaryage/chromex "0.4.1-SNAPSHOT" +(defproject binaryage/chromex "0.4.1" :description "A ClojureScript wrapper for writing Chrome Extensions and Apps." :url "https://github.com/binaryage/chromex" :license {:name "MIT License"