0
1
Fork 0

refs #4922 Version increased

This commit is contained in:
Juan Ferrer 2024-11-25 15:03:18 +01:00
parent 3c18f64d58
commit bf6690113d
2 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (24.0.0) stable; urgency=low
hedera-web (24.50.0) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "24.0.0",
"version": "24.50.0",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"productName": "Salix",
@ -74,8 +74,8 @@
"test:e2e": "npm run resetDatabase && cd ../hedera-web && cypress run",
"cy:open-mindshore": "npm run resetDatabase && cd ../hedera-web-mindshore && cypress open",
"test:e2e-mindshore": "npm run resetDatabase && cd ../hedera-web-mindshore && cypress run",
"build": "rm -rf build/ ; webpack",
"clean": "rm -rf build/",
"build": "rm -rf dist/ ; quasar build",
"clean": "rm -rf dist/",
"lint": "eslint --ext .js,.vue ./"
},
"browserslist": [