Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Aug 29, 2020
1 parent 0c29bfc commit ca96c2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject play-cljc "0.9.3-SNAPSHOT"
(defproject play-cljc "0.9.3"
:description "A Clojure and ClojureScript game library"
:url "https://github.com/oakes/play-cljc"
:license {:name "Public Domain"
Expand Down
2 changes: 1 addition & 1 deletion template/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject play-cljc/lein-template "0.9.2.3"
(defproject play-cljc/lein-template "0.9.3"
:description "A template for making play-cljc projects"
:url "https://github.com/oakes/play-cljc"
:license {:name "Public Domain"
Expand Down
2 changes: 1 addition & 1 deletion template/src/leiningen/new/play_cljc/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:macos {:jvm-opts ["-XstartOnFirstThread"]}
;; these deps are not necessary during development
;; because paravim already brings them in
:play-cljc {:extra-deps {play-cljc {:mvn/version "0.9.2"}
:play-cljc {:extra-deps {play-cljc {:mvn/version "0.9.3"}
org.lwjgl/lwjgl {:mvn/version "3.2.3"}
org.lwjgl/lwjgl-glfw {:mvn/version "3.2.3"}
org.lwjgl/lwjgl-opengl {:mvn/version "3.2.3"}
Expand Down

0 comments on commit ca96c2a

Please sign in to comment.