aboutsummaryrefslogtreecommitdiff
path: root/src/webex/wxBackend.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-06-04 20:16:09 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-06-04 20:16:09 +0200
commit2cf33705c8ef95e04144b2a77cd4a79189136199 (patch)
treeb62b3b83d3b7fb951ba9ec00b676ff333ac73ef1 /src/webex/wxBackend.ts
parent2b1e88737f6496fb0ad8790b501edaa1d556d83d (diff)
downloadwallet-core-2cf33705c8ef95e04144b2a77cd4a79189136199.tar.xz
warn about incompatible versions on withdraw
Diffstat (limited to 'src/webex/wxBackend.ts')
-rw-r--r--src/webex/wxBackend.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webex/wxBackend.ts b/src/webex/wxBackend.ts
index 6ea9a3cf4..b4e24e09c 100644
--- a/src/webex/wxBackend.ts
+++ b/src/webex/wxBackend.ts
@@ -58,7 +58,7 @@ const DB_NAME = "taler";
* In the future we might consider adding migration functions for
* each version increment.
*/
-const DB_VERSION = 17;
+const DB_VERSION = 18;
function handleMessage(db: IDBDatabase,
wallet: Wallet,