about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-01-04 16:19:28 +0100
committersternenseemann <git@lukasepple.de>2017-01-04 16:19:28 +0100
commit21983cfc347d25108aec958e1219ba4af9d79f55 (patch)
tree933416e2b621e09d459f320c8a81032103def29e
parentf51958b83129e44f57fa8f5afa4be3d9d35e53d6 (diff)
Release 0.1.0.1 0.1.0.1
-rw-r--r--ChangeLog.md4
-rw-r--r--gopher-proxy.cabal2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index ccd51e2..b98b68b 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for gopher-proxy
 
+## 0.1.0.1  -- 2017-01-04
+
+* Updated package metadata
+
 ## 0.1.0.0  -- 2017-01-04
 
 * First version. Released on an unsuspecting world.
diff --git a/gopher-proxy.cabal b/gopher-proxy.cabal
index 3e7ace0..36c838a 100644
--- a/gopher-proxy.cabal
+++ b/gopher-proxy.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                gopher-proxy
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            proxy gopher over http
 description:         A simple gopher-over-http proxy to http-ify gopher spaces.
 license:             GPL-3