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 23, 2019
1 parent 9869332 commit ad81951
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject play-cljc "0.8.0-SNAPSHOT"
(defproject play-cljc "0.8.0"
: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
@@ -1,4 +1,4 @@
(defproject play-cljc/lein-template "0.7.0.4"
(defproject play-cljc/lein-template "0.8.0"
: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
@@ -1,6 +1,6 @@
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
play-cljc {:mvn/version "0.7.0"}
play-cljc {:mvn/version "0.8.0"}
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 ad81951

Please sign in to comment.