Skip to content

Commit

Permalink
fixed missing version increment in project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Feb 26, 2015
1 parent 42ce208 commit 96a97a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 96a97a4

Please sign in to comment.