Bump version

This commit is contained in:
louie 2018-05-03 20:28:54 +08:00
parent be212c74d8
commit fa807a6847
2 changed files with 6 additions and 1 deletions

View file

@ -69,6 +69,11 @@ anki-editor -- Make Anki Cards in Org-mode
* Change Log * Change Log
*v0.2.2*
- Adds optional tag inheritance.
- Adds optional deck creation.
- Fixes issue #15 (url-encoded file path isn't recognized by shell commands).
*v0.2.1* *v0.2.1*
- Automatically store media files for links to file when submitting. - Automatically store media files for links to file when submitting.
- =anki-editor-insert-tags= renamed to =anki-editor-add-tags=, with behavior slightly changed. - =anki-editor-insert-tags= renamed to =anki-editor-add-tags=, with behavior slightly changed.

View file

@ -5,7 +5,7 @@
;; Filename: anki-editor.el ;; Filename: anki-editor.el
;; Description: Make Anki Cards in Org-mode ;; Description: Make Anki Cards in Org-mode
;; Author: Louie Tan ;; Author: Louie Tan
;; Version: 0.2.1 ;; Version: 0.2.2
;; Package-Requires: ((emacs "25")) ;; Package-Requires: ((emacs "25"))
;; URL: https://github.com/louietan/anki-editor ;; URL: https://github.com/louietan/anki-editor
;; ;;