From 1175fda252509752b66ad3ff0ab87d454f8eb206 Mon Sep 17 00:00:00 2001 From: oakes Date: Mon, 21 Apr 2014 10:20:05 -0400 Subject: [PATCH] Start 0.3.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 9f881a0..a07d4ce 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj "0.3.0" +(defproject play-clj "0.3.1-SNAPSHOT" :description "A LibGDX wrapper for easy cross-platform game development" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain"