Increment version number

This commit is contained in:
oakes
2014-04-20 22:52:19 -04:00
parent 644617df7e
commit 15d745a4bb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
(defproject play-clj "0.3.0-SNAPSHOT"
(defproject play-clj "0.3.0"
:description "A LibGDX wrapper for easy cross-platform game development"
:url "https://github.com/oakes/play-clj"
:license {:name "Public Domain"

View File

@@ -1,4 +1,4 @@
(defproject play-clj/lein-template "0.3.0-SNAPSHOT"
(defproject play-clj/lein-template "0.3.0"
:description "A template for making play-clj projects"
:url "https://github.com/oakes/play-clj"
:license {:name "Public Domain"