Bump version to 0.2.1

This commit is contained in:
louie 2018-02-10 22:32:12 +08:00
parent 5f7e38929e
commit c2fa4c5819
2 changed files with 6 additions and 1 deletions

View file

@ -73,6 +73,11 @@ anki-editor -- Make Anki Cards in Org-mode
* Change Log
*v0.2.1*
- Automatically store media files for links to file when submitting.
- =anki-editor-insert-tags= renamed to =anki-editor-add-tags=.
- =anki-editor-add-tags= renamed to =anki-editor-export-subtree-to-html=.
*v0.2.0*
- Fix =org-element= not functioning correctly in temp buffer.
- Add a command to cloze region.

View file

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