diff --git a/project.clj b/project.clj index 9a7d6b4..c053a2c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj "0.3.5-SNAPSHOT" +(defproject play-clj "0.3.5" :description "A LibGDX wrapper for easy cross-platform game development" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain" diff --git a/template/project.clj b/template/project.clj index ef72566..5245257 100644 --- a/template/project.clj +++ b/template/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj/lein-template "0.3.4" +(defproject play-clj/lein-template "0.3.5" :description "A template for making play-clj projects" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain" diff --git a/template/src/leiningen/new/play_clj/android-project.clj b/template/src/leiningen/new/play_clj/android-project.clj index a814da3..34628c0 100644 --- a/template/src/leiningen/new/play_clj/android-project.clj +++ b/template/src/leiningen/new/play_clj/android-project.clj @@ -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.4"]] + [play-clj "0.3.5"]] :profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"] [compliment "0.1.0"]] :android {:aot :all-with-unused}} diff --git a/template/src/leiningen/new/play_clj/desktop-project.clj b/template/src/leiningen/new/play_clj/desktop-project.clj index b63c2da..3c457a7 100644 --- a/template/src/leiningen/new/play_clj/desktop-project.clj +++ b/template/src/leiningen/new/play_clj/desktop-project.clj @@ -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.4"]] + [play-clj "0.3.5"]] :source-paths ["src" "src-common"] :javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"] diff --git a/template/src/leiningen/new/play_clj/ios-project.clj b/template/src/leiningen/new/play_clj/ios-project.clj index 21a17d1..433cb5c 100644 --- a/template/src/leiningen/new/play_clj/ios-project.clj +++ b/template/src/leiningen/new/play_clj/ios-project.clj @@ -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.4"]] + [play-clj "0.3.5"]] :source-paths ["src/clojure" "../desktop/src-common"] :java-source-paths ["src/java"] :javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]