diff options
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | w3m-session-backup.el | 2 | 
2 files changed, 4 insertions, 1 deletions
| @@ -1,6 +1,9 @@  CHANGELOG  ========= +v0.0.2 (2018-04-12): +	* Print a message to the minibuffer when the backup action is performed. +  v0.0.1 (2018-04-12):  	Initial release. diff --git a/w3m-session-backup.el b/w3m-session-backup.el index b688151..8301625 100644 --- a/w3m-session-backup.el +++ b/w3m-session-backup.el @@ -3,7 +3,7 @@  ;; Copyright (c) 2018  Teddy Wing  ;; Author: Teddy Wing -;; Version: 0.0.1 +;; Version: 0.0.2  ;; Package-Requires: ((w3m "1.4.609"))  ;; Keywords: tools  ;; URL: https://github.com/teddywing/w3m-session-backup | 
