Increment version number
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
(defproject play-clj "0.3.10-SNAPSHOT"
|
(defproject play-clj "0.3.10"
|
||||||
:description "A libGDX wrapper for easy cross-platform game development"
|
:description "A libGDX wrapper for easy cross-platform game development"
|
||||||
:url "https://github.com/oakes/play-clj"
|
:url "https://github.com/oakes/play-clj"
|
||||||
:license {:name "Public Domain"
|
:license {:name "Public Domain"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
(defproject play-clj/lein-template "0.3.10-SNAPSHOT"
|
(defproject play-clj/lein-template "0.3.10"
|
||||||
:description "A template for making play-clj projects"
|
:description "A template for making play-clj projects"
|
||||||
:url "https://github.com/oakes/play-clj"
|
:url "https://github.com/oakes/play-clj"
|
||||||
:license {:name "Public Domain"
|
:license {:name "Public Domain"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
[com.badlogicgames.gdx/gdx-bullet "1.3.1"]
|
[com.badlogicgames.gdx/gdx-bullet "1.3.1"]
|
||||||
[neko/neko "3.0.2"]
|
[neko/neko "3.0.2"]
|
||||||
[org.clojure-android/clojure "1.6.0-RC1" :use-resources true]
|
[org.clojure-android/clojure "1.6.0-RC1" :use-resources true]
|
||||||
[play-clj "0.3.9"]]
|
[play-clj "0.3.10"]]
|
||||||
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]
|
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]
|
||||||
[compliment "0.1.3"]]
|
[compliment "0.1.3"]]
|
||||||
:android {:aot :all-with-unused}}
|
:android {:aot :all-with-unused}}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
[com.badlogicgames.gdx/gdx-platform "1.3.1"
|
[com.badlogicgames.gdx/gdx-platform "1.3.1"
|
||||||
:classifier "natives-desktop"]
|
:classifier "natives-desktop"]
|
||||||
[org.clojure/clojure "1.6.0"]
|
[org.clojure/clojure "1.6.0"]
|
||||||
[play-clj "0.3.9"]]
|
[play-clj "0.3.10"]]
|
||||||
|
|
||||||
:source-paths ["src" "src-common"]
|
:source-paths ["src" "src-common"]
|
||||||
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]
|
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[com.badlogicgames.gdx/gdx-box2d "1.3.1"]
|
[com.badlogicgames.gdx/gdx-box2d "1.3.1"]
|
||||||
[com.badlogicgames.gdx/gdx-bullet "1.3.1"]
|
[com.badlogicgames.gdx/gdx-bullet "1.3.1"]
|
||||||
[org.clojure/clojure "1.6.0"]
|
[org.clojure/clojure "1.6.0"]
|
||||||
[play-clj "0.3.9"]]
|
[play-clj "0.3.10"]]
|
||||||
:source-paths ["src/clojure" "../desktop/src-common"]
|
:source-paths ["src/clojure" "../desktop/src-common"]
|
||||||
:java-source-paths ["src/java"]
|
:java-source-paths ["src/java"]
|
||||||
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
|
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
|
||||||
|
|||||||
Reference in New Issue
Block a user