Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Feb 4, 2018
1 parent 5c4bcbd commit 590e641
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.4.9"
gh_toc_version="0.5.0"

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

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

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

0 comments on commit 590e641

Please sign in to comment.