From 3a2a891c7acc4e31a87221d37f6d59d25b2b2453 Mon Sep 17 00:00:00 2001 From: oakes Date: Tue, 1 Apr 2014 23:59:47 -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 299ee54..db49875 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj "0.2.3" +(defproject play-clj "0.2.4" :description "A LibGDX wrapper for easy cross-platform game development" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain"