Skip to content
This repository was archived by the owner on Apr 24, 2021. 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 10, 2017
1 parent ea53a6d commit fdcf185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
(task-options!
sift {:include #{#"\.jar$"}}
pom {:project 'nightcode
:version "2.1.10-SNAPSHOT"}
:version "2.2.0"}
aot {:namespace '#{nightcode.core
nightcode.lein}}
jar {:main 'nightcode.core
Expand Down
2 changes: 1 addition & 1 deletion src/clj/nightcode/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
content (.lookup scene "#content")]
(swap! runtime-state assoc :stage stage)
(doto stage
(.setTitle "Nightcode 2.1.10-SNAPSHOT")
(.setTitle "Nightcode 2.2.0")
(.setScene scene)
(.show))
(shortcuts/init-tabs! scene)
Expand Down

0 comments on commit fdcf185

Please sign in to comment.