Update local storage version

This commit is contained in:
Peter Maquiran
2021-08-27 15:22:07 +01:00
parent 9d5bdb5f28
commit d1f00d2840
+1 -1
View File
@@ -6,7 +6,7 @@ import { AES, enc, SHA1 } from 'crypto-js'
})
export class LocalstoreService {
private prefix = 'v15-'
private prefix = 'v16-'
constructor() {