chore: version numbers

This commit is contained in:
2025-06-06 10:07:18 +02:00
parent 00e79e5f4d
commit 06c88cd920
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.0",
"version": "1.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@@ -1,6 +1,6 @@
{
"name": "ipwa",
"version": "1.1.0",
"version": "1.1.1",
"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.0",
version: "v1.1.1",
production: true
};