Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ardumont committed May 2, 2020
1 parent 45defc0 commit e6de0f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion markdown-toc-pkg.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "markdown-toc" "0.1.3" "A simple TOC generator for markdown file"
(define-package "markdown-toc" "0.1.4" "A simple TOC generator for markdown file"
'((s "1.9.0")
(dash "2.11.0")
(markdown-mode "2.1")))
4 changes: 2 additions & 2 deletions markdown-toc.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Maintainer: Antoine R. Dumont (@ardumont)
;; URL: http://github.com/ardumont/markdown-toc
;; Created: 24th May 2014
;; Version: 0.1.3
;; Version: 0.1.4
;; Keywords: markdown, toc, tools,
;; Package-Requires: ((markdown-mode "2.1") (dash "2.11.0") (s "1.9.0"))

Expand Down Expand Up @@ -62,7 +62,7 @@
(require 'dash)
(require 'markdown-mode)

(defconst markdown-toc--toc-version "0.1.3" "Current version installed.")
(defconst markdown-toc--toc-version "0.1.4" "Current version installed.")

(defgroup markdown-toc nil
"A simple TOC generator for markdown file."
Expand Down
7 changes: 6 additions & 1 deletion todo.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#+title: dev backlog
#+title: backlog/release-notes
#+author: ardumont

* DONE 0.1.4 [100%]
CLOSED: [2020-05-02 Sat 09:30]

- [x] Replace back s-replace-regexp to replace-regexp-in-string

* DONE 0.1.3 [100%]
CLOSED: [2020-04-28 Tue 18:47]
- [X] Update ci tools
Expand Down

0 comments on commit e6de0f5

Please sign in to comment.