From 647fa9f7a277442f2c6df97a55939fe622a34f31 Mon Sep 17 00:00:00 2001 From: oakes Date: Wed, 24 Sep 2014 16:57:30 -0400 Subject: [PATCH] Start 0.4.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 84fe0bb..ca592af 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj "0.4.0" +(defproject play-clj "0.4.1-SNAPSHOT" :description "A libGDX wrapper for easy cross-platform game development" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain"