Skip to content

Commit efcb872

Browse files
committed
Build for release
1 parent de3caa1 commit efcb872

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.5
5+
version: 1.2.6
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.5
5+
version: snap7-1.2.6
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
@@ -48,6 +48,6 @@
4848
</div>
4949
</div>
5050
</app-root>
51-
<script src="runtime.9136a61a9b98f987.js" type="module"></script><script src="polyfills.8df7953530aa56e1.js" type="module"></script><script src="scripts.40b60f02658462e4.js" defer></script><script src="main.8b31529fc21aab6a.js" type="module"></script></body>
51+
<script src="runtime.9136a61a9b98f987.js" type="module"></script><script src="polyfills.8df7953530aa56e1.js" type="module"></script><script src="scripts.40b60f02658462e4.js" defer></script><script src="main.744ebf9b135efd34.js" type="module"></script></body>
5252

5353
</html>

client/dist/main.8b31529fc21aab6a.js renamed to client/dist/main.744ebf9b135efd34.js

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.6-2407",
3+
"version": "1.2.6-2408",
44
"keywords": [],
55
"author": "frangoteam <[email protected]>",
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.6-2407",
3+
"version": "1.2.6-2408",
44
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)