Increment version number
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
(defproject play-clj "0.2.2-SNAPSHOT"
|
(defproject play-clj "0.2.2"
|
||||||
:description "A LibGDX wrapper for easy cross-platform game development"
|
:description "A LibGDX wrapper for easy cross-platform game development"
|
||||||
:url "https://github.com/oakes/play-clj"
|
:url "https://github.com/oakes/play-clj"
|
||||||
:license {:name "Public Domain"
|
:license {:name "Public Domain"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
(defproject play-clj/lein-template "0.2.1"
|
(defproject play-clj/lein-template "0.2.2"
|
||||||
:description "A template for making play-clj projects"
|
:description "A template for making play-clj projects"
|
||||||
:url "https://github.com/oakes/play-clj"
|
:url "https://github.com/oakes/play-clj"
|
||||||
:license {:name "Public Domain"
|
:license {:name "Public Domain"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[com.badlogicgames.gdx/gdx-backend-android "0.9.9"]
|
[com.badlogicgames.gdx/gdx-backend-android "0.9.9"]
|
||||||
[neko/neko "3.0.1"]
|
[neko/neko "3.0.1"]
|
||||||
[org.clojure-android/clojure "1.5.1-jb" :use-resources true]
|
[org.clojure-android/clojure "1.5.1-jb" :use-resources true]
|
||||||
[play-clj "0.2.1"]]
|
[play-clj "0.2.2"]]
|
||||||
:repositories [["sonatype"
|
:repositories [["sonatype"
|
||||||
"https://oss.sonatype.org/content/repositories/snapshots/"]]
|
"https://oss.sonatype.org/content/repositories/snapshots/"]]
|
||||||
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]
|
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
[com.badlogicgames.gdx/gdx-platform "0.9.9"
|
[com.badlogicgames.gdx/gdx-platform "0.9.9"
|
||||||
:classifier "natives-desktop"]
|
:classifier "natives-desktop"]
|
||||||
[org.clojure/clojure "1.5.1"]
|
[org.clojure/clojure "1.5.1"]
|
||||||
[play-clj "0.2.1"]]
|
[play-clj "0.2.2"]]
|
||||||
:repositories [["sonatype"
|
:repositories [["sonatype"
|
||||||
"https://oss.sonatype.org/content/repositories/snapshots/"]]
|
"https://oss.sonatype.org/content/repositories/snapshots/"]]
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
:dependencies [[com.badlogicgames.gdx/gdx "0.9.9"]
|
:dependencies [[com.badlogicgames.gdx/gdx "0.9.9"]
|
||||||
[com.badlogicgames.gdx/gdx-backend-robovm "0.9.9"]
|
[com.badlogicgames.gdx/gdx-backend-robovm "0.9.9"]
|
||||||
[org.clojure/clojure "1.5.1"]
|
[org.clojure/clojure "1.5.1"]
|
||||||
[play-clj "0.2.1"]]
|
[play-clj "0.2.2"]]
|
||||||
:repositories [["sonatype"
|
:repositories [["sonatype"
|
||||||
"https://oss.sonatype.org/content/repositories/snapshots/"]]
|
"https://oss.sonatype.org/content/repositories/snapshots/"]]
|
||||||
:source-paths ["src/clojure" "../desktop/src-common"]
|
:source-paths ["src/clojure" "../desktop/src-common"]
|
||||||
|
|||||||
Reference in New Issue
Block a user