From 2651b519e89b079f7f90e646f84d9eead4f2fa44 Mon Sep 17 00:00:00 2001 From: oakes Date: Wed, 17 Sep 2014 12:13:54 -0400 Subject: [PATCH] Start 0.4.0-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 54a3268..086228c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj "0.3.12-SNAPSHOT" +(defproject play-clj "0.4.0-SNAPSHOT" :description "A libGDX wrapper for easy cross-platform game development" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain"