diff options
| author | Teddy Wing | 2015-09-16 23:30:29 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-09-16 23:30:29 -0400 | 
| commit | 4ebe601a046b80dc1b1b76bf6fad370731855b23 (patch) | |
| tree | a95e0efa2df790019166918363cda297195b21df | |
| parent | 6feb0b0be638e2a4d28ef58106dccfdc3c183278 (diff) | |
| download | vim-grappele-4ebe601a046b80dc1b1b76bf6fad370731855b23.tar.bz2 | |
Increase version v0.0.1 -> v0.0.2v0.0.2
* Update version number in help file
* Update CHANGELOG
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | doc/grappele.txt | 2 | 
2 files changed, 4 insertions, 1 deletions
| @@ -1,6 +1,9 @@  CHANGELOG  ========= +v0.0.2 (2015-09-16): +	* Make `G` command `<silent>` +  v0.0.1 (2015-09-14):  	* Initial release  	* Custom `G` command that stores the most recent count passed to it diff --git a/doc/grappele.txt b/doc/grappele.txt index 459741f..42a6ed7 100644 --- a/doc/grappele.txt +++ b/doc/grappele.txt @@ -2,7 +2,7 @@  Author:  Teddy Wing <http://teddywing.com>  License: MIT -Version: 0.0.1 +Version: 0.0.2  ==============================================================================  INTRODUCTION                                           *grappele-introduction* | 
