aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2017-09-24 14:06:44 +0100
committerWilfred Hughes <me@wilfred.me.uk>2017-09-24 14:06:44 +0100
commitbf1d05334352d2546effc93de301bda31fec83d3 (patch)
tree2c7dfc2a87bdd05691e8ae9e8c8a9c1cc46e96b9
parentb9a06978b6ffcd7f0ea213a6f534fa39318f0050 (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 0e09877..c710f85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v0.3
+
+No changes yet.
+
# v0.2
Fixed a crash on viewing aliased primitive functions.
diff --git a/helpful.el b/helpful.el
index 744b590..dd735ba 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.2
+;; Version: 0.3
;; Package-Requires: ((emacs "24.4") (dash "2.12.0") (s "1.11.0") (elisp-refs "1.2"))
;; This program is free software; you can redistribute it and/or modify