aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2018-05-22 20:26:35 +0100
committerWilfred Hughes <me@wilfred.me.uk>2018-05-22 20:26:35 +0100
commit800cd18ec8ec417c7338eed6c5d5a158af8f0458 (patch)
tree93bff25c1933256623230a17545d0077364769ce
parent5d0796faa829aebe7b5f73054e0cfab16b4b0860 (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 def91be..32c71fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v0.11
+
+No changes yet.
+
# v0.10
When visiting a reference, the occurrences of the symbol are
diff --git a/helpful.el b/helpful.el
index aaa7ed4..8558ccc 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.10
+;; Version: 0.11
;; Package-Requires: ((emacs "25.1") (dash "2.12.0") (dash-functional "1.2.0") (s "1.11.0") (f "0.20.0") (elisp-refs "1.2") (shut-up "0.3"))
;; This program is free software; you can redistribute it and/or modify