Compare commits

...

2 Commits

Author SHA1 Message Date
26ef5b082a Bump version: 1.3.13 → 1.3.14
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 3m20s
2025-07-17 10:23:23 +01:00
4f9371ae0f icon at wrong path 2025-07-17 10:23:21 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.3.13"
current_version = "1.3.14"
commit = true
tag = true
tag_name = "{new_version}"

View File

@ -1 +1 @@
1.3.13
1.3.14

View File

@ -4,12 +4,12 @@
"description": "KTVManager PWA",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"src": "/static/web-app-manifest-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/web-app-manifest-512x512.png",
"src": "/static/web-app-manifest-512x512.png",
"type": "image/png",
"sizes": "512x512"
}