From 94a4c2d2df899aa2eac3da0d10d7beca79f9ed58 Mon Sep 17 00:00:00 2001 From: oakes Date: Sun, 21 Dec 2014 15:36:11 -0500 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 7f049f7..86c2841 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj "0.4.3-SNAPSHOT" +(defproject play-clj "0.4.3" :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 07fe8fc..836c067 100644 --- a/template/project.clj +++ b/template/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj/lein-template "0.4.3-SNAPSHOT" +(defproject play-clj/lein-template "0.4.3" :description "A template for making play-clj projects" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain"