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 Jan 24, 2019
1 parent ea3b1e8 commit abf4963
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

(task-options!
pom {:project 'play-cljs
:version "1.3.1-SNAPSHOT"
:version "1.3.1"
:description "A ClojureScript game library"
:url "https://github.com/oakes/play-cljs"
:license {"Public Domain" "http://unlicense.org/UNLICENSE"}}
Expand All @@ -51,7 +51,7 @@
(watch)
(reload :asset-path "dynadoc-extend")
(cljs
:optimizations :none
:optimizations :simple
:compiler-options {:asset-path "/main.out"})
(dynadoc :port 5000)))

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 "1.3.0"
:version "1.3.1"
: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 @@ -9,7 +9,7 @@
; project deps
[org.clojure/clojurescript "1.10.439" :scope "test"]
[nightlight "RELEASE"]
[play-cljs "1.3.0"]
[play-cljs "1.3.1"]
[edna "1.6.0"]])

(require
Expand Down

0 comments on commit abf4963

Please sign in to comment.