Skip to content

Commit

Permalink
Bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trptcolin committed Oct 9, 2014
1 parent c403092 commit c4f708b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clojure-koans "0.5.0-SNAPSHOT"
(defproject clojure-koans "0.5.0"
:description "The Clojure koans."
:dependencies [[org.clojure/clojure "1.5.1"]
[koan-engine "0.2.3"]]
Expand Down
2 changes: 2 additions & 0 deletions script/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ mkdir -p releases
lein1 deps
zip -r releases/clojure-koans-`date +"%Y-%m-%d_%H-%M"`.zip \
. \
-x "./.idea/*" \
-x "./.lein-plugins/*" \
-x "./.git/*" \
-x "releases/*"

Expand Down

0 comments on commit c4f708b

Please sign in to comment.