chore: version numbers

This commit is contained in:
2025-06-09 14:22:05 +02:00
parent 06e2f7fc0a
commit df8bc97f5b
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "ipwa",
"version": "1.1.1",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@@ -1,6 +1,6 @@
{
"name": "ipwa",
"version": "1.1.1",
"version": "1.2.0",
"license": "GPL-3.0-or-later",
"scripts": {
"ng": "ng",

View File

@@ -1,5 +1,5 @@
export const environment = {
apiEndpoint: `${window.location.origin}/api`,
version: "v1.1.1",
version: "v1.2.0",
production: true
};