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

View File

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