From 15d745a4bbdeb34f89c43a0bf8a929bbe52583c3 Mon Sep 17 00:00:00 2001 From: oakes Date: Sun, 20 Apr 2014 22:52:19 -0400 Subject: [PATCH] Increment version number --- project.clj | 2 +- template/project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index b182beb..9f881a0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj "0.3.0-SNAPSHOT" +(defproject play-clj "0.3.0" :description "A LibGDX wrapper for easy cross-platform game development" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain" diff --git a/template/project.clj b/template/project.clj index 02d868d..f6d6a4e 100644 --- a/template/project.clj +++ b/template/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj/lein-template "0.3.0-SNAPSHOT" +(defproject play-clj/lein-template "0.3.0" :description "A template for making play-clj projects" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain"