Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Jul 4, 2015
1 parent 9c025f1 commit 9494d9c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions project.clj
@@ -1,12 +1,12 @@
(defproject play-clj "0.4.7-SNAPSHOT"
(defproject play-clj "0.4.7"
:description "A libGDX wrapper for easy cross-platform game development"
:url "https://github.com/oakes/play-clj"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[com.badlogicgames.gdx/gdx "1.6.0"]
[com.badlogicgames.gdx/gdx-box2d "1.6.0"]
[com.badlogicgames.gdx/gdx-bullet "1.6.0"]
[org.clojure/clojure "1.6.0"]]
[org.clojure/clojure "1.7.0"]]
:repositories [["sonatype"
"https://oss.sonatype.org/content/repositories/releases/"]]
:source-paths ["src"]
Expand Down
2 changes: 1 addition & 1 deletion template/project.clj
@@ -1,4 +1,4 @@
(defproject play-clj/lein-template "0.4.7-SNAPSHOT"
(defproject play-clj/lein-template "0.4.7"
:description "A template for making play-clj projects"
:url "https://github.com/oakes/play-clj"
:license {:name "Public Domain"
Expand Down
4 changes: 2 additions & 2 deletions template/src/leiningen/new/play_clj/android-project.clj
Expand Up @@ -6,8 +6,8 @@
[com.badlogicgames.gdx/gdx-box2d "1.6.0"]
[com.badlogicgames.gdx/gdx-bullet "1.6.0"]
[neko/neko "3.2.0"]
[org.clojure-android/clojure "1.7.0-alpha6" :use-resources true]
[play-clj "0.4.7-SNAPSHOT"]]
[org.clojure-android/clojure "1.7.0-RC1" :use-resources true]
[play-clj "0.4.7"]]
:profiles {:dev {:dependencies [[org.clojure-android/tools.nrepl "0.2.6-lollipop"]]
:android {:aot :all-with-unused}}
:release {:android
Expand Down
4 changes: 2 additions & 2 deletions template/src/leiningen/new/play_clj/desktop-project.clj
Expand Up @@ -11,8 +11,8 @@
:classifier "natives-desktop"]
[com.badlogicgames.gdx/gdx-platform "1.6.0"
:classifier "natives-desktop"]
[org.clojure/clojure "1.7.0-alpha6"]
[play-clj "0.4.7-SNAPSHOT"]]
[org.clojure/clojure "1.7.0"]
[play-clj "0.4.7"]]

:source-paths ["src" "src-common"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]
Expand Down
4 changes: 2 additions & 2 deletions template/src/leiningen/new/play_clj/ios-project.clj
Expand Up @@ -4,8 +4,8 @@
[com.badlogicgames.gdx/gdx-backend-robovm "1.6.0"]
[com.badlogicgames.gdx/gdx-box2d "1.6.0"]
[com.badlogicgames.gdx/gdx-bullet "1.6.0"]
[org.clojure/clojure "1.7.0-alpha6"]
[play-clj "0.4.7-SNAPSHOT"]]
[org.clojure/clojure "1.7.0"]
[play-clj "0.4.7"]]
:source-paths ["src/clojure" "../desktop/src-common"]
:java-source-paths ["src/java"]
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
Expand Down

0 comments on commit 9494d9c

Please sign in to comment.