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 Mar 19, 2017
1 parent 294c74f commit 1776b2b
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 @@ -22,7 +22,7 @@
(task-options!
sift {:include #{#"\.jar$"}}
pom {:project 'nightcode
:version "2.3.3-SNAPSHOT"}
:version "2.3.3"}
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 @@ -40,7 +40,7 @@
content (.lookup scene "#content")]
(swap! runtime-state assoc :stage stage)
(doto stage
(.setTitle "Nightcode 2.3.3-SNAPSHOT")
(.setTitle "Nightcode 2.3.3")
(.setScene scene)
(.show))
(shortcuts/init-tabs! scene)
Expand Down

0 comments on commit 1776b2b

Please sign in to comment.