chore: update package.json versions to 1.6.0 (#75)

The release script created tag v1.6.0 but did not update the version
numbers in package.json files. This fix ensures the About modal
displays the correct version.
This commit is contained in:
Daniel Volz
2026-01-25 19:36:19 +01:00
committed by GitHub
parent 01283ebd15
commit 85f4d2dd21
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "medassist-ng-backend",
"version": "1.5.0",
"version": "1.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "medassist-ng-backend",
"version": "1.5.0",
"version": "1.6.0",
"dependencies": {
"@fastify/cookie": "^10.0.1",
"@fastify/cors": "^10.0.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "medassist-ng-backend",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"type": "module",
"scripts": {