bump version(s)

This commit is contained in:
Florian Dold 2022-01-27 14:33:41 +01:00
parent 038aa948eb
commit d2f17c8dac
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
5 changed files with 10 additions and 9 deletions

View File

@ -136,6 +136,7 @@ export async function openTalerDatabase(
if (currentMainVersion !== TALER_DB_NAME) {
switch (currentMainVersion) {
case "taler-wallet-main-v2":
case "taler-wallet-main-v3":
// We consider this a pre-release
// development version, no migration is done.
await metaDb

View File

@ -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

View File

@ -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": {

View File

@ -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",