diff options
Diffstat (limited to 'src/wxBackend.ts')
-rw-r--r-- | src/wxBackend.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wxBackend.ts b/src/wxBackend.ts index f738a953c..46a691923 100644 --- a/src/wxBackend.ts +++ b/src/wxBackend.ts @@ -34,7 +34,7 @@ import { ChromeBadge } from "./chromeBadge"; "use strict"; const DB_NAME = "taler"; -const DB_VERSION = 11; +const DB_VERSION = 12; import {Stores} from "./wallet"; import {Store, Index} from "./query"; |