Skip to content

Commit e6de0f5

Browse files
committed
Release 0.1.4
1 parent 45defc0 commit e6de0f5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

markdown-toc-pkg.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(define-package "markdown-toc" "0.1.3" "A simple TOC generator for markdown file"
1+
(define-package "markdown-toc" "0.1.4" "A simple TOC generator for markdown file"
22
'((s "1.9.0")
33
(dash "2.11.0")
44
(markdown-mode "2.1")))

markdown-toc.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Maintainer: Antoine R. Dumont (@ardumont)
66
;; URL: http://github.com/ardumont/markdown-toc
77
;; Created: 24th May 2014
8-
;; Version: 0.1.3
8+
;; Version: 0.1.4
99
;; Keywords: markdown, toc, tools,
1010
;; Package-Requires: ((markdown-mode "2.1") (dash "2.11.0") (s "1.9.0"))
1111

@@ -62,7 +62,7 @@
6262
(require 'dash)
6363
(require 'markdown-mode)
6464

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

6767
(defgroup markdown-toc nil
6868
"A simple TOC generator for markdown file."

todo.org

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
#+title: dev backlog
1+
#+title: backlog/release-notes
22
#+author: ardumont
33

4+
* DONE 0.1.4 [100%]
5+
CLOSED: [2020-05-02 Sat 09:30]
6+
7+
- [x] Replace back s-replace-regexp to replace-regexp-in-string
8+
49
* DONE 0.1.3 [100%]
510
CLOSED: [2020-04-28 Tue 18:47]
611
- [X] Update ci tools

0 commit comments

Comments
 (0)