From f93c68e5a7119a95a1ded6bfae7b91e9fae29f01 Mon Sep 17 00:00:00 2001 From: Ben Kelly Date: Mon, 13 Jan 2014 19:04:20 -0500 Subject: [PATCH] Update version number. --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index ae0eb7f..01ffaae 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ -(defproject bltool "0.1.2-SNAPSHOT" - :description "Simple tools for managing a Steam game collection" +(defproject bltool "0.1.2" + :description "Simple tools for managing a Backloggery game collection" :url "https://github.com/toxicfrog/backloggery" :license {:name "Apache License v2" :url "http://opensource.org/licenses/Apache-2.0"}