Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed May 14, 2019
1 parent f5c83ee commit d6dd972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gh-md-toc
Expand Up @@ -23,7 +23,7 @@
# substr($0, match($0, "href=\"[^\"]+?\" ")+6, RLENGTH-8)
#

gh_toc_version="0.6.0"
gh_toc_version="0.6.1"

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

Expand Down
2 changes: 1 addition & 1 deletion tests/tests.bats
Expand Up @@ -110,7 +110,7 @@ load test_helper
@test "--version" {
run $BATS_TEST_DIRNAME/../gh-md-toc --version
assert_success
assert_equal "${lines[0]}" "0.6.0"
assert_equal "${lines[0]}" "0.6.1"
}

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

0 comments on commit d6dd972

Please sign in to comment.