From 96a97a4cbc4261ab8340a86eca954ce976dfa3b3 Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Thu, 26 Feb 2015 20:17:43 +0100 Subject: [PATCH] fixed missing version increment in project.clj --- project.clj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 13862eb..4a52d3e 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,5 @@ -(defproject floodr "0.2.0" - :description "FIXME: write description" - :url "http://example.com/FIXME" +(defproject floodr "0.3.0" + :description "A game for the unix terminal." :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.6.0"]