aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2018-01-11 23:04:48 +0000
committerWilfred Hughes <me@wilfred.me.uk>2018-01-11 23:04:48 +0000
commit5746e9dbe486c75fe4904575f9663c2da455013e (patch)
tree9d752f38777912a51181fed1c2edb8647c95bb0c
parente1b660e2a48b39b0a81119c2593362dd60076757 (diff)
Roll version
-rw-r--r--CHANGELOG.md4
-rw-r--r--helpful.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea45cf8..0803ef2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v0.7
+
+Nothing yet.
+
# v0.6
Added imenu support! You can now navigate between headings with imenu.
diff --git a/helpful.el b/helpful.el
index fe44102..70b7e1a 100644
--- a/helpful.el
+++ b/helpful.el
@@ -5,7 +5,7 @@
;; Author: Wilfred Hughes <me@wilfred.me.uk>
;; URL: https://github.com/Wilfred/helpful
;; Keywords: help, lisp
-;; Version: 0.6
+;; Version: 0.7
;; Package-Requires: ((emacs "25.1") (dash "2.12.0") (dash-functional "1.2.0") (s "1.11.0") (elisp-refs "1.2") (shut-up "0.3"))
;; This program is free software; you can redistribute it and/or modify