3 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "kompage" name = "kompage"
version = "0.1.7" version = "0.1.8"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"
@@ -29,7 +29,7 @@ url = "https://git.theprivateserver.de/api/packages/KomSuite/pypi/simple/"
[tool.bumpversion] [tool.bumpversion]
current_version = "0.1.7" current_version = "0.1.8"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"] serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}" search = "{current_version}"

View File

@@ -330,7 +330,7 @@
} }
// Add download badge if applicable // Add download badge if applicable
if (result.downloads && document.getElementById("checkAvailability").checked) { if (document.getElementById("checkAvailability").checked) {
const downloadBadge = document.createElement('div'); const downloadBadge = document.createElement('div');
downloadBadge.className = 'download-badge'; downloadBadge.className = 'download-badge';
downloadBadge.textContent = `${result.downloads} Downloads`; downloadBadge.textContent = `${result.downloads} Downloads`;