Skip to content

Commit d6dd972

Browse files
committed
0.6.1
1 parent f5c83ee commit d6dd972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gh-md-toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# substr($0, match($0, "href=\"[^\"]+?\" ")+6, RLENGTH-8)
2424
#
2525

26-
gh_toc_version="0.6.0"
26+
gh_toc_version="0.6.1"
2727

2828
gh_user_agent="gh-md-toc v$gh_toc_version"
2929

tests/tests.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ load test_helper
110110
@test "--version" {
111111
run $BATS_TEST_DIRNAME/../gh-md-toc --version
112112
assert_success
113-
assert_equal "${lines[0]}" "0.6.0"
113+
assert_equal "${lines[0]}" "0.6.1"
114114
}
115115

116116
@test "TOC for non-english chars, #6, #10" {

0 commit comments

Comments
 (0)