webVersion = "1.0.6.3";
This commit is contained in:
9
config/webVersion.ts
Normal file
9
config/webVersion.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
1: Hauptversion (komplettes Redesign oder neue Hauptfeatures).
|
||||
0: Nebenversion (kleinere, aber bedeutende neue Features).
|
||||
6: Build-Nummer (interne Entwicklungsiteration).
|
||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||
|
||||
*/
|
||||
const webVersion = "1.0.6.3";
|
||||
export default webVersion;
|
||||
16
package-lock.json
generated
16
package-lock.json
generated
@@ -46,6 +46,7 @@
|
||||
"@types/redux-mock-store": "^1.5.0",
|
||||
"@types/testing-library__react": "^10.2.0",
|
||||
"cypress": "^14.0.0",
|
||||
"husky": "^9.1.7",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
@@ -4199,6 +4200,21 @@
|
||||
"node": ">=10.17.0"
|
||||
}
|
||||
},
|
||||
"node_modules/husky": {
|
||||
"version": "9.1.7",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
|
||||
"integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"husky": "bin.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/typicode"
|
||||
}
|
||||
},
|
||||
"node_modules/iconv-lite": {
|
||||
"version": "0.6.3",
|
||||
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
"@types/redux-mock-store": "^1.5.0",
|
||||
"@types/testing-library__react": "^10.2.0",
|
||||
"cypress": "^14.0.0",
|
||||
"husky": "^9.1.7",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
|
||||
@@ -15,6 +15,7 @@ import {
|
||||
setOpcUaActiveClientCount,
|
||||
setOpcUaNodesetName,
|
||||
} from "../redux/slices/variablesSlice";
|
||||
import webVersion from "../config/webVersion";
|
||||
|
||||
function Dashboard() {
|
||||
const router = useRouter();
|
||||
@@ -236,7 +237,7 @@ function Dashboard() {
|
||||
className="text-xl lg:text-base text-blue-400"
|
||||
/>
|
||||
<p className="text-sm sm:text-xs md:text-sm lg:text-base text-gray-600">
|
||||
<span className="font-bold"></span> Webserverversion: 1.0.6.2
|
||||
<span className="font-bold"></span> Webversion: {webVersion}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user