diff options
| -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. |
