This commit is contained in:
Peter Maquiran
2021-07-27 09:34:41 +01:00
parent 04fc1f7e7f
commit 7f7af4a724
5 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { AES, enc, SHA1 } from 'crypto-js'
})
export class LocalstoreService {
private prefix = 'v11-'
private prefix = 'v12-'
constructor() {