Increment version number

This commit is contained in:
oakes
2014-08-07 14:51:25 -04:00
parent 1ffe3858eb
commit 0cd1b03bdf
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
(defproject play-clj "0.3.9-SNAPSHOT"
(defproject play-clj "0.3.9"
:description "A libGDX wrapper for easy cross-platform game development"
:url "https://github.com/oakes/play-clj"
:license {:name "Public Domain"

View File

@@ -1,4 +1,4 @@
(defproject play-clj/lein-template "0.3.8"
(defproject play-clj/lein-template "0.3.9"
:description "A template for making play-clj projects"
:url "https://github.com/oakes/play-clj"
:license {:name "Public Domain"

View File

@@ -5,11 +5,11 @@
[com.badlogicgames.gdx/gdx-backend-android "1.2.0"]
[com.badlogicgames.gdx/gdx-box2d "1.2.0"]
[com.badlogicgames.gdx/gdx-bullet "1.2.0"]
[neko/neko "3.0.1"]
[neko/neko "3.0.2"]
[org.clojure-android/clojure "1.6.0-RC1" :use-resources true]
[play-clj "0.3.8"]]
[play-clj "0.3.9"]]
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]
[compliment "0.1.0"]]
[compliment "0.1.3"]]
:android {:aot :all-with-unused}}
:release {:android
{;; Specify the path to your private

View File

@@ -12,7 +12,7 @@
[com.badlogicgames.gdx/gdx-platform "1.2.0"
:classifier "natives-desktop"]
[org.clojure/clojure "1.6.0"]
[play-clj "0.3.8"]]
[play-clj "0.3.9"]]
:source-paths ["src" "src-common"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]

View File

@@ -5,7 +5,7 @@
[com.badlogicgames.gdx/gdx-box2d "1.2.0"]
[com.badlogicgames.gdx/gdx-bullet "1.2.0"]
[org.clojure/clojure "1.6.0"]
[play-clj "0.3.8"]]
[play-clj "0.3.9"]]
:source-paths ["src/clojure" "../desktop/src-common"]
:java-source-paths ["src/java"]
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]