From c2fa4c58196171dfe8cbd88a5f784823b025a9bd Mon Sep 17 00:00:00 2001 From: louie Date: Sat, 10 Feb 2018 22:32:12 +0800 Subject: [PATCH] Bump version to 0.2.1 --- README.org | 5 +++++ anki-editor.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index a9b57cf..a1a9f5a 100644 --- a/README.org +++ b/README.org @@ -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. diff --git a/anki-editor.el b/anki-editor.el index df34fb4..303c543 100644 --- a/anki-editor.el +++ b/anki-editor.el @@ -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 ;;