Skip to content

Commit b9e7e61

Browse files
committed
0.9.0
1 parent 656b340 commit b9e7e61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.8.0"
26+
gh_toc_version="0.9.0"
2727

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

tests/tests.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ test_help() {
148148
@test "--version" {
149149
run $BATS_TEST_DIRNAME/../gh-md-toc --version
150150
assert_success
151-
assert_equal "${lines[0]}" "0.8.0"
151+
assert_equal "${lines[0]}" "0.9.0"
152152
assert_equal "${lines[1]}" "os: `uname -s`"
153153
assert_equal "${lines[2]}" "arch: `uname -m`"
154154
}
@@ -232,4 +232,4 @@ test_help() {
232232
assert_equal "${lines[7]}" " * [This is a regression test for atx-style](#this-is-a-regression-test-for-atx-style)"
233233
assert_equal "${lines[8]}" "* [Title four is a particularly long title because of wrapping](#title-four-is-a-particularly-long-title-because-of-wrapping)"
234234
assert_equal "${lines[9]}" " * [This is a test for long titles](#this-is-a-test-for-long-titles)"
235-
}
235+
}

0 commit comments

Comments
 (0)