Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Aug 24, 2019
1 parent 6d8eb37 commit a05e60a
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.0-SNAPSHOT"
(defproject play-cljc "0.8.1"
: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.8.0"
(defproject play-cljc/lein-template "0.8.1"
: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
@@ -1,6 +1,6 @@
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
play-cljc {:mvn/version "0.8.0"}
play-cljc {:mvn/version "0.8.1"}
org.lwjgl/lwjgl {:mvn/version "3.2.2"}
org.lwjgl/lwjgl-glfw {:mvn/version "3.2.2"}
org.lwjgl/lwjgl-opengl {:mvn/version "3.2.2"}
Expand Down

0 comments on commit a05e60a

Please sign in to comment.