bump version(s)
This commit is contained in:
parent
038aa948eb
commit
d2f17c8dac
@ -135,7 +135,8 @@ export async function openTalerDatabase(
|
||||
|
||||
if (currentMainVersion !== TALER_DB_NAME) {
|
||||
switch (currentMainVersion) {
|
||||
case "taler-wallet-main-v2":
|
||||
case "taler-wallet-main-v2":
|
||||
case "taler-wallet-main-v3":
|
||||
// We consider this a pre-release
|
||||
// development version, no migration is done.
|
||||
await metaDb
|
||||
|
@ -49,7 +49,7 @@ import { Event, IDBDatabase } from "@gnu-taler/idb-bridge";
|
||||
* for all previous versions must be written, which should be
|
||||
* avoided.
|
||||
*/
|
||||
export const TALER_DB_NAME = "taler-wallet-main-v3";
|
||||
export const TALER_DB_NAME = "taler-wallet-main-v4";
|
||||
|
||||
/**
|
||||
* Name of the metadata database. This database is used
|
||||
|
@ -3,8 +3,8 @@
|
||||
"name": "GNU Taler Wallet (git)",
|
||||
"description": "Privacy preserving and transparent payments",
|
||||
"author": "GNU Taler Developers",
|
||||
"version": "0.8.1.15",
|
||||
"version_name": "0.8.1-dev.15",
|
||||
"version": "0.9.0.4",
|
||||
"version_name": "0.9.0-dev.4",
|
||||
"minimum_chrome_version": "51",
|
||||
"minimum_opera_version": "36",
|
||||
"applications": {
|
||||
@ -38,4 +38,4 @@
|
||||
"page": "static/background.html",
|
||||
"persistent": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
"name": "GNU Taler Wallet (git)",
|
||||
"description": "Privacy preserving and transparent payments",
|
||||
"author": "GNU Taler Developers",
|
||||
"version": "0.8.1.15",
|
||||
"version_name": "0.8.1-dev.15",
|
||||
"version": "0.9.0.4",
|
||||
"version_name": "0.9.0-dev.4",
|
||||
"minimum_chrome_version": "88",
|
||||
"icons": {
|
||||
"32": "static/img/icon.png",
|
||||
@ -33,4 +33,4 @@
|
||||
"background": {
|
||||
"service_worker": "dist/background.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -74,4 +74,4 @@
|
||||
],
|
||||
"exclude": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user