Skip to content

Commit

Permalink
Bumped version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Oct 11, 2017
1 parent c560097 commit 73c6a61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
(defproject clojusc/env-ini "0.4.0-SNAPSHOT"
(defproject clojusc/env-ini "0.4.0"
:description "Clojure(script) functions for accessing config data from the ENV or INI files"
:url "https://github.com/clojusc/env-ini"
:license {
:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:exclusions [org.clojure/clojure]
:dependencies [
[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.946"]
[clojure-ini "0.0.2"]
[clojusc/cljs-tools "0.2.0"]]
[clojusc/cljs-tools "0.2.0"]
[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.946"]]
:plugins [
[lein-cljsbuild "1.1.7"]
[lein-npm "0.6.2"]]
Expand Down

0 comments on commit 73c6a61

Please sign in to comment.