chore: Bumped version numbers

This commit is contained in:
2025-06-03 13:26:28 +02:00
parent d4c7084820
commit 00daf7c972
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

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