From 76b70033558fbb36e5400701c274d4dc1864e3b1 Mon Sep 17 00:00:00 2001 From: oakes Date: Wed, 11 Feb 2015 23:05:12 -0500 Subject: [PATCH] Increment version number --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6302ced..241e977 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj "0.4.4-SNAPSHOT" +(defproject play-clj "0.4.4" :description "A libGDX wrapper for easy cross-platform game development" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain"