Skip to content

Commit

Permalink
Prepare to release first version.
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindw committed Apr 4, 2016
1 parent e3ed927 commit 8f5f3c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
(defproject clj-date-no "0.1.0-SNAPSHOT"
(defproject clj-date-no "0.1.0"
:description "Library calculating holidays and workdays for Norway."
:url "https://github.com/eivindw/clj-date-no"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[easter-day "0.1.1"]])
[easter-day "0.1.1"]]
:deploy-repositories [["releases" :clojars]])

0 comments on commit 8f5f3c5

Please sign in to comment.