Skip to content

Commit 72be609

Browse files
committed
Update version to 1.14.1
1 parent 95e2432 commit 72be609

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,19 +122,19 @@ Below are the methods for installing the OpenModScan for different OS
122122
## <img src="docs/icons/logo_windows.svg" width="16" height="16"> Microsoft Windows
123123
Run the installer:
124124

125-
- For 32-bit Windows: `qt5-omodscan_1.14.0_x86.exe`
126-
- For 64-bit Windows: `qt5-omodscan_1.14.0_x64.exe` or `qt6-omodscan_1.14.0_x64.exe`
125+
- For 32-bit Windows: `qt5-omodscan_1.14.1_x86.exe`
126+
- For 64-bit Windows: `qt5-omodscan_1.14.1_x64.exe` or `qt6-omodscan_1.14.1_x64.exe`
127127

128128

129129
## <img src="docs/icons/logo_debian.svg" width="20" height="20"> Debian • <img src="docs/icons/logo_ubuntu.svg" width="20" height="20"> Ubuntu • <img width="20" height="20" src="docs/icons/logo_mint.png" /> Mint • <img src="docs/icons/logo_zorin.png" width="20" height="20"> Zorin • <img width="22" height="22" src="docs/icons/logo_astra.png" /> Astra Linux
130130
### Install
131131
Install the DEB package from the command line:
132132
```bash
133-
sudo apt install ./qt6-omodscan_1.14.0-1_amd64.deb
133+
sudo apt install ./qt6-omodscan_1.14.1-1_amd64.deb
134134
```
135135
or if you want to use Qt5 libraries:
136136
```bash
137-
sudo apt install ./qt5-omodscan_1.14.0-1_amd64.deb
137+
sudo apt install ./qt5-omodscan_1.14.1-1_amd64.deb
138138
```
139139

140140
### Remove
@@ -151,7 +151,7 @@ sudo apt remove qt5-omodscan
151151
### Install
152152
Install the RPM package from the command line:
153153
```bash
154-
sudo dnf install ./qt6-omodscan_1.14.0-1.x86_64.rpm
154+
sudo dnf install ./qt6-omodscan_1.14.1-1.x86_64.rpm
155155
```
156156

157157
### Remove
@@ -164,7 +164,7 @@ sudo dnf remove qt6-omodscan
164164
### Install
165165
Install the RPM package from the command line as root user:
166166
```bash
167-
apt-get install ./qt6-omodscan_1.14.0-1.x86_64.rpm
167+
apt-get install ./qt6-omodscan_1.14.1-1.x86_64.rpm
168168
```
169169

170170
### Remove
@@ -181,7 +181,7 @@ sudo rpm --import qt6-omodscan.rpm.pubkey
181181
```
182182
Install the RPM package using Zypper:
183183
```bash
184-
sudo zypper install ./qt6-omodscan_1.14.0-1.x86_64.rpm
184+
sudo zypper install ./qt6-omodscan_1.14.1-1.x86_64.rpm
185185
```
186186

187187
### Remove

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22

33
project(omodscan
4-
VERSION 1.14.0
4+
VERSION 1.14.1
55
DESCRIPTION "An Open Source Modbus Master (Client) Utility"
66
LANGUAGES CXX)
77

0 commit comments

Comments
 (0)