diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 Clafer Wiki
 ===========
 
-v0.3.6
+v0.3.6.1
 
 **ClaferWiki** is a wiki system integrated with [Clafer compiler](https://github.com/gsdlab/clafer). [Clafer](http://clafer.org) is a lightweight yet powerful structural modeling language. ClaferWiki allows for embedding Clafer model fragments in wiki pages and provides model authoring support including code highlighting, parse and semantic error reporting, hyperlinking from identifier use to its definition, and graphical view rendering. 
 
@@ -31,7 +31,7 @@
 
 Regardless of the installation method, the following are required:
 
-* [Clafer compiler](https://github.com/gsdlab/clafer/) v0.3.6.
+* [Clafer compiler](https://github.com/gsdlab/clafer/) v0.3.6.1.
 * [The Haskell Platform](http://hackage.haskell.org/platform) v2013.2.0.0.
   * Cabal >= 1.18
   * alternatively, GHC v7.6.3.
@@ -42,7 +42,7 @@
 
 1. `cabal update`
 2. `cabal install claferwiki`
-3. `cd <cabal's lib or share folder>`  (`C:\Users\<user>\AppData\Roaming\cabal\i386-windows-ghc-7.6.3\claferwiki-0.3.6` on Windows or `.cabal/share/x86_64-linux-ghc-7.6.3/claferwiki-0.3.6/` on Linux)
+3. `cd <cabal's lib or share folder>`  (`C:\Users\<user>\AppData\Roaming\cabal\i386-windows-ghc-7.6.3\claferwiki-0.3.6.1` on Windows or `.cabal/share/x86_64-linux-ghc-7.6.3/claferwiki-0.3.6.1/` on Linux)
   * execute `make install to=<target directory>`
   * this will copy the wiki files
 
diff --git a/claferwiki.cabal b/claferwiki.cabal
--- a/claferwiki.cabal
+++ b/claferwiki.cabal
@@ -1,5 +1,5 @@
 Name:           claferwiki
-version:        0.3.6
+version:        0.3.6.1
 stability:      experimental
 author:         Michał Antkiewicz, Chris Walker, Luke Michael Brown
 maintainer:     Michał Antkiewicz <mantkiew@gsd.uwaterloo.ca>
@@ -43,9 +43,9 @@
                    SHA >= 1.6.4,
                    utf8-string >= 0.3.7,
                    pandoc-types == 1.10.*,
-                   gitit >= 0.10.3.1,
+                   gitit == 0.10.3.1,
 
-                   clafer == 0.3.6
+                   clafer == 0.3.6.1
   hs-source-dirs:  src
   ghc-options:     -Wall -fno-warn-unused-do-bind -fno-warn-orphans
   exposed-modules:
diff --git a/claferwiki.sh b/claferwiki.sh
--- a/claferwiki.sh
+++ b/claferwiki.sh
@@ -1,5 +1,5 @@
 echo "-----------------------------------------"
-echo "| ClaferWiki v0.3.6                     |"
+echo "| ClaferWiki v0.3.6.1                   |"
 echo "| https://github.com/gsdlab/claferwiki/ |"
 echo "| By Michal Antkiewicz, Chris Walker    |"
 echo "| Generative Software Development Lab   |"
