Skip to content

Commit f8ae31c

Browse files
committed
1.3.0
1 parent 13fe1a5 commit f8ae31c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*.swp
22
*.tgz
33
TODO.md
4-
gh-md-toc
4+
/gh-md-toc
55
build
66

77
dist/

internals.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
const (
1313
// Version is a current app version
14-
Version = "1.2.1"
14+
Version = "1.3.0"
1515
userAgent = "github-markdown-toc.go v" + Version
1616
)
1717

0 commit comments

Comments
 (0)