Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Aug 17, 2016
1 parent f65ff2b commit dab101f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

(task-options!
pom {:project 'play-cljs
:version "0.5.0-SNAPSHOT"
:version "0.5.0"
:description "A ClojureScript game library"
:url "https://github.com/oakes/play-cljs"
:license {"Public Domain" "http://unlicense.org/UNLICENSE"}}
Expand Down
2 changes: 1 addition & 1 deletion template/build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

(task-options!
pom {:project 'play-cljs/lein-template
:version "0.5.0-SNAPSHOT"
:version "0.5.0"
:description "A template for making play-cljs projects"
:url "https://github.com/oakes/play-cljs"
:license {"Public Domain" "http://unlicense.org/UNLICENSE"}}
Expand Down
2 changes: 1 addition & 1 deletion template/src/leiningen/new/play_cljs/build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[pandeiro/boot-http "0.7.3" :scope "test"]
; project deps
[org.clojure/clojurescript "1.9.216"]
[play-cljs "0.4.0"]])
[play-cljs "0.5.0"]])

(require
'[adzerk.boot-cljs :refer [cljs]]
Expand Down

0 comments on commit dab101f

Please sign in to comment.