Compare commits

..

No commits in common. "26ef5b082adac58ab766c26b72755718c245ffe0" and "630c5aa537eefdd5e5bae0646ecb119d723ba195" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1 +1 @@
1.3.14 1.3.13

View File

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