aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--w3m-session-backup.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fd809e0..d8429cc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
CHANGELOG
=========
+v0.0.3 (2019-06-02):
+ * Fix error complaining that `string-join` symbol's function definition is
+ void.
+
v0.0.2 (2018-04-12):
* Print a message to the minibuffer when the backup action is performed.
diff --git a/w3m-session-backup.el b/w3m-session-backup.el
index fc9e8af..46a2c75 100644
--- a/w3m-session-backup.el
+++ b/w3m-session-backup.el
@@ -1,9 +1,9 @@
;;; w3m-session-backup.el --- Backup the current W3m session to a file
-;; Copyright (c) 2018 Teddy Wing
+;; Copyright (c) 2018–2019 Teddy Wing
;; Author: Teddy Wing
-;; Version: 0.0.2
+;; Version: 0.0.3
;; Package-Requires: ((w3m "1.4.609"))
;; Keywords: tools
;; URL: https://github.com/teddywing/w3m-session-backup