Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Feb 10, 2021
1 parent 4050049 commit 0f00ca2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.1

* Select octal numbers prefixed with a zero and capital o: '0O'

# 1.0.0

* GitHub Actions test workflow with [code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1>vim-numbers</h1>
<p>Text objects for numbers</p>
<p>
<img src="https://img.shields.io/badge/version-1.0.0-blue" />
<img src="https://img.shields.io/badge/version-1.0.1-blue" />
<a href="https://github.com/MisanthropicBit/vim-numbers/actions?query=workflow%3A%22Run+vader+tests%22">
<img src="https://img.shields.io/github/workflow/status/MisanthropicBit/vim-numbers/Run%20vader%20tests/master" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion doc/vim-numbers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
█ █ █ █▀▄▀█ ▄▄ █▄ █ █ █ █▀▄▀█ █▄▄ █▀▀ █▀█ █▀
▀▄▀ █ █ ▀ █   █ ▀█ █▄█ █ ▀ █ █▄█ ██▄ █▀▄ ▄█

Version 1.0.0 ~
Version 1.0.1 ~

==============================================================================
INTRODUCTION *vim-numbers-intro*
Expand Down
2 changes: 1 addition & 1 deletion plugin/numbers.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ endif

let s:cpo_save = &cpo

let s:vim_numbers_version = '0.1.0'
let s:vim_numbers_version = '1.0.1'

" Return the current version
function! VimNumbersVersion() abort
Expand Down
2 changes: 1 addition & 1 deletion tests/version.vader
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Execute (check current version):
AssertEqual VimNumbersVersion(), '0.1.0'
AssertEqual VimNumbersVersion(), '1.0.1'

0 comments on commit 0f00ca2

Please sign in to comment.