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 3, 2017
1 parent ec6f210 commit bd18f57
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 @@ -9,7 +9,7 @@

(task-options!
pom {:project 'play-cljs
:version "0.10.2-SNAPSHOT"
:version "0.10.2"
: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.1-5"
:version "0.10.2"
: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.1"]])
[play-cljs "0.10.2"]])

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

0 comments on commit bd18f57

Please sign in to comment.