diff options
| author | Teddy Wing | 2022-05-26 16:56:42 +0200 |
|---|---|---|
| committer | Teddy Wing | 2022-05-26 16:56:42 +0200 |
| commit | 9aadce83d2318ba8e161cd4b8a7664f657df0915 (patch) | |
| tree | df84b4ddf92afebed7da663a40ab15de8a779f04 | |
| parent | bf6544d5be555686c63f3da3fa500a1f8b8d5fe9 (diff) | |
| download | readline-incdec-9aadce83d2318ba8e161cd4b8a7664f657df0915.tar.bz2 | |
Increase version v0.0.1 -> v0.0.2
| -rw-r--r-- | incdec-bindings.bash | 2 | ||||
| -rw-r--r-- | incdec.bash | 2 | ||||
| -rw-r--r-- | incdec.m4.bash | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/incdec-bindings.bash b/incdec-bindings.bash index 9f6ca63..6c1c297 100644 --- a/incdec-bindings.bash +++ b/incdec-bindings.bash @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with Incdec. If not, see <https://www.gnu.org/licenses/>. -# Version: 0.0.1 +# Version: 0.0.2 bind -x '"\C-xx": __readline_incdec_decrement' diff --git a/incdec.bash b/incdec.bash index f364c0f..666e3c3 100644 --- a/incdec.bash +++ b/incdec.bash @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with Incdec. If not, see <https://www.gnu.org/licenses/>. -# Version: 0.0.1 +# Version: 0.0.2 # Increment or decrement a number on the current line. diff --git a/incdec.m4.bash b/incdec.m4.bash index 113cfc6..d3ff950 100644 --- a/incdec.m4.bash +++ b/incdec.m4.bash @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with Incdec. If not, see <https://www.gnu.org/licenses/>. -# Version: 0.0.1 +# Version: 0.0.2 # Increment or decrement a number on the current line. |
