diff --git a/markdown-toc-pkg.el b/markdown-toc-pkg.el index e188b06..8959b0f 100644 --- a/markdown-toc-pkg.el +++ b/markdown-toc-pkg.el @@ -1,4 +1,4 @@ -(define-package "markdown-toc" "0.1.4" "A simple TOC generator for markdown file" +(define-package "markdown-toc" "0.1.5" "A simple TOC generator for markdown file" '((s "1.9.0") (dash "2.11.0") (markdown-mode "2.1"))) diff --git a/markdown-toc.el b/markdown-toc.el index 414be72..ab7008c 100644 --- a/markdown-toc.el +++ b/markdown-toc.el @@ -5,7 +5,7 @@ ;; Maintainer: Antoine R. Dumont (@ardumont) ;; URL: http://github.com/ardumont/markdown-toc ;; Created: 24th May 2014 -;; Version: 0.1.4 +;; Version: 0.1.5 ;; Keywords: markdown, toc, tools, ;; Package-Requires: ((markdown-mode "2.1") (dash "2.11.0") (s "1.9.0")) @@ -62,7 +62,7 @@ (require 'dash) (require 'markdown-mode) -(defconst markdown-toc--toc-version "0.1.4" "Current version installed.") +(defconst markdown-toc--toc-version "0.1.5" "Current version installed.") (defgroup markdown-toc nil "A simple TOC generator for markdown file." diff --git a/todo.org b/todo.org index bd4d87c..d61284b 100644 --- a/todo.org +++ b/todo.org @@ -1,7 +1,8 @@ #+title: backlog/release-notes #+author: ardumont -* IN-PROGRESS 0.1.5 [100%] +* DONE 0.1.5 [100%] + CLOSED: [2020-05-17 Sun 14:32] - [X] Provide a markdown-toc minor mode - [X] Follow link in toc: M-x markdown-toc-follow-toc-link-at-point - [X] Allow user space indentation customization