diff --git a/editor-open.cabal b/editor-open.cabal
--- a/editor-open.cabal
+++ b/editor-open.cabal
@@ -1,6 +1,6 @@
 name:                editor-open
-version:             0.1.0.0
-synopsis:            Open the user's @$EDITOR@ for text input.
+version:             0.1.0.1
+synopsis:            Open the user's $EDITOR for text input.
 description:
   You know when you run @git commit@, and an editor pops open so you can enter a
   commit message? This is a Haskell library that does that.
@@ -16,6 +16,7 @@
 category:            Text
 build-type:          Simple
 cabal-version:       >=1.10
+bug-reports:         https://notabug.org/pharpend/editor-open/issues/new
 extra-source-files:  
   README.md
 
@@ -44,4 +45,4 @@
 source-repository this
   type: git
   location: https://notabug.org/pharpend/editor-open.git
-  tag: 0.1.0.0
+  tag: 0.1.0.1
