# HG changeset patch # User Steve Losh # Date 1450126934 0 # Node ID 59d34c45513733737786c276d92243b9cf249e72 # Parent f2ad5f3c8cbf4812f2d3bf99a86f7cebd4cd11db Fix version diff -r f2ad5f3c8cbf -r 59d34c455137 README.markdown --- a/README.markdown Mon Dec 14 21:01:30 2015 +0000 +++ b/README.markdown Mon Dec 14 21:02:14 2015 +0000 @@ -11,7 +11,7 @@ 34](http://ludumdare.com/compo/2015/12/09/welcome-to-ludum-dare-34/). The theme this time was a tie between "Growing" and "Two Button Controls". -**Download ALPHA .jar:** +**Download ALPHA .jar:** ![Preview](http://i.imgur.com/NkEIerF.gif) diff -r f2ad5f3c8cbf -r 59d34c455137 project.clj --- a/project.clj Mon Dec 14 21:01:30 2015 +0000 +++ b/project.clj Mon Dec 14 21:02:14 2015 +0000 @@ -1,4 +1,4 @@ -(defproject silt "0.3.0" +(defproject silt "0.4.0" :description "You are the god of a toroidal world." :url "http://bitbucket.org/sjl/silt" :license {:name "MIT/X11"}