Increment version number

This commit is contained in:
oakes
2014-03-24 01:12:23 -04:00
parent 12fdfe1a9f
commit 10f1a071c3
5 changed files with 5 additions and 7 deletions

View File

@@ -1,10 +1,8 @@
(defproject play-clj "0.2.3-SNAPSHOT"
(defproject play-clj "0.2.3"
: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 "0.9.9"]
[org.clojure/clojure "1.5.1"]]
:repositories [["sonatype"
"https://oss.sonatype.org/content/repositories/snapshots/"]]
:plugins [[lein-marginalia "0.7.1"]])