diff options
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | doc/grappele.txt | 4 | 
3 files changed, 7 insertions, 4 deletions
| @@ -1,6 +1,9 @@  CHANGELOG  ========= +v0.2.0 (2020-09-21): +	* Add visual and operator-pending mode mappings for `G` +  v0.1.0 (2018-12-13):  	* Relicense under the GNU GPLv3+  	* Add visual and operator-pending mode mappings @@ -24,5 +24,5 @@ install:  ## License -Copyright © 2015–2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included -COPYING file). +Copyright © 2015–2018, 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the +included COPYING file). diff --git a/doc/grappele.txt b/doc/grappele.txt index 49a1250..006881f 100644 --- a/doc/grappele.txt +++ b/doc/grappele.txt @@ -2,7 +2,7 @@  Author:  Teddy Wing <http://teddywing.com>  License: GPLv3+ -Version: 0.1.0 +Version: 0.2.0  ==============================================================================  INTRODUCTION                                           *grappele-introduction* @@ -26,7 +26,7 @@ gG			Go to the line specified by the most recent use of |G|  ==============================================================================  LICENSE                                                     *grappele-license* -Copyright (c) 2015–2018 Teddy Wing +Copyright (c) 2015–2018, 2020 Teddy Wing  Grappele is free software: you can redistribute it and/or modify  it under the terms of the GNU General Public License as published by | 
