Start 0.3.0-SNAPSHOT

This commit is contained in:
oakes
2014-04-06 02:27:41 -04:00
parent 25895faa9b
commit ef918eb21c
6 changed files with 45 additions and 37 deletions

View File

@@ -1,7 +1,9 @@
(defproject play-clj "0.2.5-SNAPSHOT"
(defproject play-clj "0.3.0-SNAPSHOT"
: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"]])
:dependencies [[com.badlogicgames.gdx/gdx "1.0-SNAPSHOT"]
[org.clojure/clojure "1.5.1"]]
:repositories [["sonatype"
"https://oss.sonatype.org/content/repositories/snapshots/"]])