Compare commits

..

No commits in common. "ab90dd2679f518b271def11fbf2c82c581013ad9" and "d048360c110e18562304888498a2fc4e936efe8d" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
1.3.30
1.3.29

View File

@ -93,7 +93,6 @@
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,