diff --git a/hledger.cabal b/hledger.cabal
--- a/hledger.cabal
+++ b/hledger.cabal
@@ -1,6 +1,6 @@
 name:           hledger
 -- also in cpp-options below
-version: 0.20
+version: 0.20.0.1
 category:       Finance
 synopsis:       The main command-line interface for the hledger accounting tool.
 description:
@@ -16,7 +16,7 @@
 author:         Simon Michael <simon@joyful.com>
 maintainer:     Simon Michael <simon@joyful.com>
 homepage:       http://hledger.org
-bug-reports:    http://code.google.com/p/hledger/issues
+bug-reports:    http://hledger.org/bugs
 stability:      beta
 tested-with:    GHC==7.2.2, GHC==7.4.2, GHC==7.6.1
 cabal-version:  >= 1.8
@@ -33,15 +33,15 @@
 --     build-depends: base
 
 source-repository head
-  type:     darcs
-  location: http://hub.darcs.net/simon/hledger
+  type:     git
+  location: https://github.com/simonmichael/hledger
 
 flag threaded
     Description:   Build with support for multithreaded execution
     Default:       True
 
 library
-  cpp-options:    -DVERSION="0.20"
+  cpp-options:    -DVERSION="0.20.0.1"
   ghc-options:    -W
   -- should be the same as below
   exposed-modules:
@@ -62,7 +62,7 @@
                   Hledger.Cli.Stats
   -- should be the same as below
   build-depends:
-                  hledger-lib == 0.20
+                  hledger-lib == 0.20.0.1
                  ,base >= 4.3 && < 5
                  -- ,cabal-file-th
                  ,containers
@@ -110,13 +110,13 @@
                   Hledger.Cli.Print
                   Hledger.Cli.Register
                   Hledger.Cli.Stats
-  cpp-options:    -DVERSION="0.20"
+  cpp-options:    -DVERSION="0.20.0.1"
   ghc-options:    -W
   if flag(threaded)
        ghc-options:   -threaded
  -- should be the same as above
   build-depends:
-                  hledger-lib == 0.20
+                  hledger-lib == 0.20.0.1
                  ,base >= 4.3 && < 5
                  ,containers
                  ,cmdargs >= 0.10 && < 0.11
