Skip to content

Commit 423b0ee

Browse files
committed
Increase version references to 1.4.
1 parent 12916a2 commit 423b0ee

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@ A Simple Universal Serial Terminal) is a free and open GNU-GPL Serial Terminal d
1717

1818
### Install Instructions:
1919
#### Windows:
20-
* Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.3/Windows_SUSTerm_v130.zip).
20+
* Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.4/Windows_SUSTerm_v140.zip).
2121
* Unzip it and place in "C:\Program File (x86)"
2222
* Create a desktop shortcut of "C:\Program File (x86)\SUSTerm\SUSTerm.exe"
2323

2424
#### Linux:
2525
* Download last version:
2626
```
2727
$ cd ~
28-
$ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.3/Linux_SUSTerm_v130.zip
28+
$ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.4/Linux_SUSTerm_v140.zip
2929
```
3030

3131
* Unzip it, give execution permission and place it to user binaries apps dir:
3232
```
33-
$ unzip Linux_SUSTerm_v130.zip
34-
$ cd Linux_SUSTerm_v130
33+
$ unzip Linux_SUSTerm_v140.zip
34+
$ cd Linux_SUSTerm_v140
3535
$ sudo chmod +x ./install
3636
$ sudo ./install
3737
```
3838

3939
* Remove unnecessary used files:
4040
```
4141
$ cd ~
42-
$ rm -rf Linux_SUSTerm_v130*
42+
$ rm -rf Linux_SUSTerm_v140*
4343
```
4444

4545
* Add actual user to dialout group to allow open serial ports without been root and reboot system to apply:

SUSTerm/constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const QString ABOUT_TEXT =
5555
"SUSTerm (Simple Universal Serial Terminal) is a free and open GNU-GPL software which is " \
5656
"focused in minimalist and be efficiently fast and easy to use.<br/>" \
5757
"<br/>" \
58-
"Actual Version: 1.3<br/>" \
58+
"Actual Version: 1.4<br/>" \
5959
"<br/>" \
6060
"This software was developed by @J-Rios and you can get the code at:<br/>" \
6161
"&nbsp;&nbsp;&nbsp;&nbsp;" \

0 commit comments

Comments
 (0)