]> git.armaanb.net Git - charsel.git/commitdiff
fix version number
authorArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Sun, 18 Oct 2020 13:25:45 +0000 (09:25 -0400)
committerArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Sun, 18 Oct 2020 13:25:45 +0000 (09:25 -0400)
README.md
charsel

index 0126f3d5e2a03cbaf4a466e0cd9e10f27e91048c..c43697be2fe944cdb0b337601865ff9017d07eb7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ It uses a plain-text file known as a "charfile" to define easy to reach shortcut
 ## Usage
 For argument usage, use `charsel -h`
 
-Once you have started the program, simply type the shortcut listed on the left side of the table to copy the character on the right side of the table to your clipboard. Shortcodes the same length as the longest one will automatically be entered. To quit, use ^C, or type ';' as a shortcode
+Once you have started the program, simply type the shortcut listed on the left side of the table to copy the character on the right side of the table to your clipboard. Shortcodes the same length as the longest one will automatically be entered. To quit, type ';' as a shortcode
 
 Some of the default charfiles have hidden shortcuts for capital letters that are not shown on the table. Simply type a capital version of the shortcut key to access the capital version of the special character.
 
diff --git a/charsel b/charsel
index 6e687e681f7c54bfe9d6915e34b6f4f456249765..170a386b5e5d6860de592cda79e36977448fc298 100755 (executable)
--- a/charsel
+++ b/charsel
@@ -19,7 +19,7 @@
 
 ########################################################################
 
-VERSION=2.0.1
+VERSION=2.0.2
 
 # Define argument functions
 function usage() {