summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md6
-rw-r--r--pancake.cabal2
-rw-r--r--pancake.el2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 20a6b61..c10adf2 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,11 @@
# Revision history for pancake
+## 0.1.1 -- 2017-10-31
+
+* An emacs interface is introduced.
+* Minor adjustments and bug fixes.
+
+
## 0.1.0.0 -- 2017-10-26
* First version. Released on an unsuspecting world.
diff --git a/pancake.cabal b/pancake.cabal
index 3eb3493..329fe14 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -1,5 +1,5 @@
name: pancake
-version: 0.1.0.1
+version: 0.1.1
synopsis: A CLI web/gopher/file browser
description: Pancake is a CLI web/gopher/file browser inspired
by Line Mode Browser. It relies on pandoc for
diff --git a/pancake.el b/pancake.el
index af6bf6f..c23b19e 100644
--- a/pancake.el
+++ b/pancake.el
@@ -7,7 +7,7 @@
;; Created: 2017-10-28
;; Keywords: pandoc, web, gopher, browser
;; Homepage: https://defanor.uberspace.net/projects/pancake/
-;; Version: 0.1.0
+;; Version: 0.1.1
;; This file is not part of GNU Emacs.