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

View File

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