From 3a61d3ad6b8f253efe642d9cc6ea6fd5017ddf87 Mon Sep 17 00:00:00 2001 From: oakes Date: Mon, 20 Jan 2014 01:18:49 -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 5ddadc5..f48560d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj "0.1.0-SNAPSHOT" +(defproject play-clj "0.1.0" :description "A LibGDX wrapper for easy cross-platform game development" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain"