Increment version number

This commit is contained in:
oakes
2014-05-16 18:26:37 -04:00
parent 02bfa2393c
commit 0acc58a2c4
5 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -7,7 +7,7 @@
[com.badlogicgames.gdx/gdx-bullet "1.0.1"]
[neko/neko "3.0.1"]
[org.clojure-android/clojure "1.6.0-RC1" :use-resources true]
[play-clj "0.3.3"]]
[play-clj "0.3.4"]]
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]
[compliment "0.0.4"]]
:android {:aot :all-with-unused}}

View File

@@ -12,7 +12,7 @@
[com.badlogicgames.gdx/gdx-platform "1.0.1"
:classifier "natives-desktop"]
[org.clojure/clojure "1.6.0"]
[play-clj "0.3.3"]]
[play-clj "0.3.4"]]
: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.0.1"]
[com.badlogicgames.gdx/gdx-bullet "1.0.1"]
[org.clojure/clojure "1.6.0"]
[play-clj "0.3.3"]]
[play-clj "0.3.4"]]
:source-paths ["src/clojure" "../desktop/src-common"]
:java-source-paths ["src/java"]
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]