Skip to content

Commit 590e641

Browse files
committed
0.5.0
1 parent 5c4bcbd commit 590e641

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.4.9"
26+
gh_toc_version="0.5.0"
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
@@ -105,7 +105,7 @@ load test_helper
105105
@test "--version" {
106106
run $BATS_TEST_DIRNAME/../gh-md-toc --version
107107
assert_success
108-
assert_equal "${lines[0]}" "0.4.9"
108+
assert_equal "${lines[0]}" "0.5.0"
109109
}
110110

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

0 commit comments

Comments
 (0)