Skip to content

Commit a3fe464

Browse files
committed
Merge branch 'release/1.2.8'
2 parents c8ef40e + 5ae7dee commit a3fe464

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Global Input App WebSocket Server
2-
This is a WebSocket server responsible for relaying encrypted messages between devices. Being as part of the Mobile Integration Platform powered by [Global Input App](https://globalinput.co.uk/), which secures data using end-to-end encryption at the device-to-device level, it can run on an unsecured infrastructure.
2+
This is a WebSocket server responsible for relaying encrypted messages between devices.
3+
Because the Mobile Integration Platform, which is powered by [Global Input App](https://globalinput.co.uk/), secures data using end-to-end encryption at the device-to-device level, the WebSocket server can run on an unsecured infrastructure.
34

45
### Download
5-
Download the application:
6+
Download the application source code:
67
```shell
78
git clone https://github.com/global-input/global-input-node.git
89
cd global-input-node

package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>uk.co.globalinput</groupId>
44
<artifactId>global-input-node-parent</artifactId>
5-
<version>1.2.7</version>
5+
<version>1.2.8</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>uk.co.globalinput</groupId>
55
<artifactId>global-input-node-parent</artifactId>
6-
<version>1.2.7</version>
6+
<version>1.2.8</version>
77
<packaging>pom</packaging>
88

99
<distributionManagement>

0 commit comments

Comments
 (0)