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