Skip to content

Commit ba8cf15

Browse files
update shm-modbus-gui
1 parent 4d6db04 commit ba8cf15

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

apps/shm_modbus_gui

io.github.shmmodbus.shm-modbus.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
</keywords>
3939
<url type="homepage">https://shmmodbus.github.io/</url>
4040
<releases>
41+
<release version="2.1.4" date="2025-07-11"/>
4142
<release version="2.1.3" date="2024-08-17"/>
4243
<release version="2.1.1" date="2024-05-19"/>
4344
<release version="2.1.0" date="2024-05-15"/>

io.github.shmmodbus.shm-modbus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ modules:
160160
- pip3 install --prefix=/app --no-deps .
161161
sources:
162162
- type: git
163-
tag: v2.1.2
163+
tag: v2.1.3
164164
url: https://github.com/SHMModbus/shm_modbus_gui.git
165165

166166
- name: Modbus_RTU_client_shm

shm-modbus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION="2.1.3"
3+
VERSION="2.1.4"
44

55
EXEC_COMMANDS=( \
66
"modbus-tcp-client-shm" \

0 commit comments

Comments
 (0)