Revert "release: v5.2.0-alpha.3"

This reverts commit a9a5c25431.
pull/672/head
Varun Patil 2023-05-29 12:27:25 -07:00
parent a9a5c25431
commit 2c764210bc
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
1. Run `php occ memories:index` to generate metadata indices for existing photos.
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
]]></description>
<version>5.2.0-alpha.3</version>
<version>5.2.0-alpha.2</version>
<licence>agpl</licence>
<author mail="radialapps@gmail.com">Varun Patil</author>
<namespace>Memories</namespace>

View File

@ -281,7 +281,7 @@ export default defineComponent({
},
async beforeMount() {
if ('serviceWorker' in navigator && false) {
if ('serviceWorker' in navigator) {
// Get the config before loading
const previousVersion = staticConfig.getSync('version');