From a778eb720ea8e74e2d7cfcc784d98453c680235b Mon Sep 17 00:00:00 2001 From: oakes Date: Thu, 24 Apr 2014 21:08:34 -0400 Subject: [PATCH] Increment version number --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a07d4ce..06b4a89 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj "0.3.1-SNAPSHOT" +(defproject play-clj "0.3.1" :description "A LibGDX wrapper for easy cross-platform game development" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain"