From 77234d7cf55b82384a73759192c7011fa11b4e7a Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 31 Oct 2017 02:33:18 +0300 Subject: Change version numbers, update ChangeLog Since the browser and its emacs interface are currently shipped together, it seems appropriate to use the same version number for both, counting them as a single project. Also switch to 3-component version numbers, at least for now. --- ChangeLog.md | 6 ++++++ pancake.cabal | 2 +- pancake.el | 2 +- 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. -- cgit v1.2.3