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 Nov 27, 2017
1 parent 712c540 commit a703ad9
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 @@ -18,7 +18,7 @@

(task-options!
pom {:project 'play-cljs
:version "0.11.0-SNAPSHOT"
:version "0.11.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.10.2"
:version "0.11.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 @@ -7,7 +7,7 @@
:exclusions [org.clojure/clojure]]
; project deps
[org.clojure/clojurescript "1.9.946"]
[play-cljs "0.10.2"]])
[play-cljs "0.11.0"]])

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

0 comments on commit a703ad9

Please sign in to comment.