diff --git a/SimpleServer.cabal b/SimpleServer.cabal
--- a/SimpleServer.cabal
+++ b/SimpleServer.cabal
@@ -1,6 +1,6 @@
 -- SimpleServer: A simple static file server, for when apache is overkill
 name          : SimpleServer
-version       : 0.1.1.0
+version       : 0.1.1.1
 synopsis      : A simple static file server, for when apache is overkill
 description   : A simple static file server, for when apache is overkill
 license       : MIT
@@ -10,6 +10,16 @@
 category      : Web
 build-type    : Simple
 cabal-version : >=1.16
+
+source-repository head
+    type     : git
+    location : http://github.com/ajnsit/SimpleServer
+
+source-repository this
+    type     : git
+    location : http://github.com/ajnsit/SimpleServer/tree/v0.1.1.1
+    tag      : v0.1.1.1
+
 
 library
   exposed-modules    : SimpleServer
diff --git a/src/SimpleServer.hs b/src/SimpleServer.hs
--- a/src/SimpleServer.hs
+++ b/src/SimpleServer.hs
@@ -69,7 +69,7 @@
     }
     &= verbosity
     &= program "simpleserver"
-    &= summary "SimpleServer v0.1.1"
+    &= summary "SimpleServer v0.1.1.1"
 
 
 -----------------
