From 404484fa0f850248ab4eab81898305465a6efa57 Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 3 May 2014 01:27:58 -0400 Subject: [PATCH] Increment version number --- project.clj | 2 +- template/project.clj | 4 ++-- template/src/leiningen/new/play_clj/android-project.clj | 4 ++-- template/src/leiningen/new/play_clj/desktop-project.clj | 2 +- template/src/leiningen/new/play_clj/ios-project.clj | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/project.clj b/project.clj index c67dd8a..8581c86 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj "0.3.2-SNAPSHOT" +(defproject play-clj "0.3.2" :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 ef05669..cf7d44a 100644 --- a/template/project.clj +++ b/template/project.clj @@ -1,8 +1,8 @@ -(defproject play-clj/lein-template "0.3.1" +(defproject play-clj/lein-template "0.3.2" :description "A template for making play-clj projects" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain" :url "http://unlicense.org/UNLICENSE"} - :dependencies [[lein-droid "0.2.2"]] + :dependencies [[lein-droid "0.2.3"]] :resource-paths ["resources"] :eval-in-leiningen true) diff --git a/template/src/leiningen/new/play_clj/android-project.clj b/template/src/leiningen/new/play_clj/android-project.clj index 59d1ccd..ab498be 100644 --- a/template/src/leiningen/new/play_clj/android-project.clj +++ b/template/src/leiningen/new/play_clj/android-project.clj @@ -7,9 +7,9 @@ [com.badlogicgames.gdx/gdx-bullet "1.0.0"] [neko/neko "3.0.1"] [org.clojure-android/clojure "1.6.0-RC1" :use-resources true] - [play-clj "0.3.1"]] + [play-clj "0.3.2"]] :profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"] - [compliment "0.0.3"]] + [compliment "0.0.4"]] :android {:aot :all-with-unused}} :release {:android {;; Specify the path to your private diff --git a/template/src/leiningen/new/play_clj/desktop-project.clj b/template/src/leiningen/new/play_clj/desktop-project.clj index 5f2be0e..4628633 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.0" :classifier "natives-desktop"] [org.clojure/clojure "1.6.0"] - [play-clj "0.3.1"]] + [play-clj "0.3.2"]] :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 e090513..cf42614 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.0"] [com.badlogicgames.gdx/gdx-bullet "1.0.0"] [org.clojure/clojure "1.6.0"] - [play-clj "0.3.1"]] + [play-clj "0.3.2"]] :source-paths ["src/clojure" "../desktop/src-common"] :java-source-paths ["src/java"] :javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]