This commit is contained in:
Peter Maquiran
2022-12-19 19:56:39 +01:00
parent c58a7193c5
commit 6ab80119fd
+1 -1
View File
@@ -6,7 +6,7 @@ import { AES, enc, SHA1 } from 'crypto-js'
})
export class LocalstoreService {
private prefix = 'v17-'
private prefix = 'v18-'
constructor() {