Skip to content

Commit 21a976b

Browse files
committed
Build for release
1 parent e3300ef commit 21a976b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/docker_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Publish DHI release
22

33
env:
44
app: fuxa
5-
version: 1.2.1
5+
version: 1.2.2
66
# for available platforms see output of a previous run -
77
# ie the "Setup Docker BuildX" / "Inspect Builder" section
88
# has eg "node_platforms": "linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6"

.github/workflows/docker_snap7.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Publish DHI snap7
22

33
env:
44
app: fuxa
5-
version: snap7-1.2.1
5+
version: snap7-1.2.2
66
# for available platforms see output of a previous run -
77
# ie the "Setup Docker BuildX" / "Inspect Builder" section
88
# has eg "node_platforms": "linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6"

client/dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
</div>
4646
</div>
4747
</app-root>
48-
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.874c71d822e6dede.js" type="module"></script>
48+
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.2d2f80d247cc5c25.js" type="module"></script>
4949

5050
</body></html>

client/dist/main.874c71d822e6dede.js client/dist/main.2d2f80d247cc5c25.js

+1-1
Large diffs are not rendered by default.

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuxa",
3-
"version": "1.2.1-2069",
3+
"version": "1.2.2-2070",
44
"keywords": [],
55
"author": "frangoteam <[email protected]>",
66
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuxa-server",
3-
"version": "1.2.1-2069",
3+
"version": "1.2.2-2070",
44
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)