aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2019-06-02 15:36:32 +0200
committerTeddy Wing2019-06-02 15:41:48 +0200
commit055975398e57750025b0c51f8bb54e13375b1adf (patch)
tree7d5e9dd422041f297b55dd05dafd4f300566a63f
parent400636d8fca6cde0652ae11dc6e77031e1240553 (diff)
downloadw3m-session-backup-master.tar.bz2
Increase version v0.0.2 -> v0.0.3HEADv0.0.3master
-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