Skip to content

Commit c0ebe19

Browse files
committed
0.4.8
1 parent a8a01a6 commit c0ebe19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gh-md-toc

Lines changed: 1 addition & 1 deletion
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.7"
26+
gh_toc_version="0.4.8"
2727

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

tests/tests.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ load test_helper
102102
@test "--version" {
103103
run $BATS_TEST_DIRNAME/../gh-md-toc --version
104104
assert_success
105-
assert_equal "${lines[0]}" "0.4.7"
105+
assert_equal "${lines[0]}" "0.4.8"
106106
}
107107

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

0 commit comments

Comments
 (0)