Compare commits

...

2 Commits

Author SHA1 Message Date
ab90dd2679 Bump version: 1.3.29 → 1.3.30
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 3m24s
2025-07-17 17:19:26 +01:00
978b9b2c71 loggin 2025-07-17 17:19:21 +01:00
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
1.3.29
1.3.30

View File

@ -93,6 +93,7 @@
return response.json();
})
.then(data => {
console.log('Received VAPID public key:', data.public_key);
const applicationServerKey = urlB64ToUint8Array(data.public_key);
registration.pushManager.subscribe({
userVisibleOnly: true,