Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07117fbc31 | ||
| 51d5880916 | |||
|
4ae996bfd6
|
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "kompage"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
@@ -29,7 +29,7 @@ url = "https://git.theprivateserver.de/api/packages/KomSuite/pypi/simple/"
|
||||
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.1.7"
|
||||
current_version = "0.1.8"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
search = "{current_version}"
|
||||
|
||||
@@ -330,7 +330,7 @@
|
||||
}
|
||||
|
||||
// Add download badge if applicable
|
||||
if (result.downloads && document.getElementById("checkAvailability").checked) {
|
||||
if (document.getElementById("checkAvailability").checked) {
|
||||
const downloadBadge = document.createElement('div');
|
||||
downloadBadge.className = 'download-badge';
|
||||
downloadBadge.textContent = `${result.downloads} Downloads`;
|
||||
|
||||
Reference in New Issue
Block a user