Compare commits

...

2 Commits

Author SHA1 Message Date
fc359a844f Bump version: 1.3.44 → 1.3.45
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m32s
2025-07-18 13:47:29 +01:00
a45f2ba3cb cache buster 2025-07-18 13:47:26 +01:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
1.3.44
1.3.45

View File

@ -12,7 +12,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename='apple-touch-icon.png') }}" />
<meta name="apple-mobile-web-app-title" content="kTvManager" />
<link rel="manifest" href="{{ url_for('static', filename='site.webmanifest') }}?v={{ version }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}?v={{ version }}" />
{% block head_content %}{% endblock %}
</head>
<body>