Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Mar 11, 2019
1 parent 9e3864e commit 7ed221e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject play-cljc "0.1.0-SNAPSHOT"
(defproject play-cljc "0.1.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/src/leiningen/new/play_cljc/deps.edn
@@ -1,6 +1,6 @@
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.10.0"}
play-cljc {:mvn/version "0.1.0-SNAPSHOT"}
play-cljc {:mvn/version "0.1.0"}
org.lwjgl/lwjgl {:mvn/version "3.2.1"}
org.lwjgl/lwjgl-glfw {:mvn/version "3.2.1"}
org.lwjgl/lwjgl-opengl {:mvn/version "3.2.1"}
Expand Down

0 comments on commit 7ed221e

Please sign in to comment.