diff --git a/README.md b/README.md index fc58c2f..a07542a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A Simple Universal Serial Terminal) is a free and open GNU-GPL Serial Terminal d ### Install Instructions: #### Windows: - * Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.3/Windows_SUSTerm_v130.zip). + * Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.4/Windows_SUSTerm_v140.zip). * Unzip it and place in "C:\Program File (x86)" * Create a desktop shortcut of "C:\Program File (x86)\SUSTerm\SUSTerm.exe" @@ -25,13 +25,13 @@ A Simple Universal Serial Terminal) is a free and open GNU-GPL Serial Terminal d * Download last version: ``` $ cd ~ - $ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.3/Linux_SUSTerm_v130.zip + $ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.4/Linux_SUSTerm_v140.zip ``` * Unzip it, give execution permission and place it to user binaries apps dir: ``` - $ unzip Linux_SUSTerm_v130.zip - $ cd Linux_SUSTerm_v130 + $ unzip Linux_SUSTerm_v140.zip + $ cd Linux_SUSTerm_v140 $ sudo chmod +x ./install $ sudo ./install ``` @@ -39,7 +39,7 @@ A Simple Universal Serial Terminal) is a free and open GNU-GPL Serial Terminal d * Remove unnecessary used files: ``` $ cd ~ - $ rm -rf Linux_SUSTerm_v130* + $ rm -rf Linux_SUSTerm_v140* ``` * Add actual user to dialout group to allow open serial ports without been root and reboot system to apply: diff --git a/SUSTerm/constants.h b/SUSTerm/constants.h index 6e95a17..3ca6872 100644 --- a/SUSTerm/constants.h +++ b/SUSTerm/constants.h @@ -55,7 +55,7 @@ const QString ABOUT_TEXT = "SUSTerm (Simple Universal Serial Terminal) is a free and open GNU-GPL software which is " \ "focused in minimalist and be efficiently fast and easy to use.
" \ "
" \ - "Actual Version: 1.3
" \ + "Actual Version: 1.4
" \ "
" \ "This software was developed by @J-Rios and you can get the code at:
" \ "    " \