Skip to content

Commit 19c2471

Browse files
committed
Build for release
1 parent 8d6e358 commit 19c2471

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/docker_release.yml

Lines changed: 1 addition & 1 deletion
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.8
5+
version: 1.2.9
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

Lines changed: 1 addition & 1 deletion
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.8
5+
version: snap7-1.2.9
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@
8686
</div>
8787
</div>
8888
</app-root>
89-
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.c8e7db9850a3ad8b.js" type="module"></script><script src="scripts.40b60f02658462e4.js" defer></script><script src="main.c40e8920a472e889.js" type="module"></script></body>
89+
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.c8e7db9850a3ad8b.js" type="module"></script><script src="scripts.40b60f02658462e4.js" defer></script><script src="main.237cd89f3ebaec9c.js" type="module"></script></body>
9090

9191
</html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuxa",
3-
"version": "1.2.9-2653",
3+
"version": "1.2.9-2654",
44
"keywords": [],
55
"author": "frangoteam <info@frangoteam.org>",
66
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuxa-server",
3-
"version": "1.2.9-2653",
3+
"version": "1.2.9-2654",
44
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)