bump version to 0.9.2

This commit is contained in:
Florian Dold 2023-02-21 02:09:31 +01:00
parent 4b642ea53e
commit f955edc1f6
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
7 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@gnu-taler/taler-harness", "name": "@gnu-taler/taler-harness",
"version": "0.9.1", "version": "0.9.2",
"description": "", "description": "",
"engines": { "engines": {
"node": ">=0.12.0" "node": ">=0.12.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@gnu-taler/taler-util", "name": "@gnu-taler/taler-util",
"version": "0.9.1", "version": "0.9.2",
"description": "Generic helper functionality for GNU Taler", "description": "Generic helper functionality for GNU Taler",
"type": "module", "type": "module",
"types": "./lib/index.node.d.ts", "types": "./lib/index.node.d.ts",

View File

@ -1,9 +1,9 @@
{ {
"name": "@gnu-taler/taler-wallet-cli", "name": "@gnu-taler/taler-wallet-cli",
"version": "0.9.1", "version": "0.9.2",
"description": "", "description": "",
"engines": { "engines": {
"node": ">=0.12.0" "node": ">=0.18.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,9 +1,9 @@
{ {
"name": "@gnu-taler/taler-wallet-core", "name": "@gnu-taler/taler-wallet-core",
"version": "0.9.1", "version": "0.9.2",
"description": "", "description": "",
"engines": { "engines": {
"node": ">=0.12.0" "node": ">=0.18.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@gnu-taler/taler-wallet-embedded", "name": "@gnu-taler/taler-wallet-embedded",
"version": "0.9.1", "version": "0.9.2",
"description": "", "description": "",
"engines": { "engines": {
"node": ">=0.12.0" "node": ">=0.12.0"

View File

@ -2,8 +2,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.9.1", "version": "0.9.2",
"version_name": "0.9.1", "version_name": "0.9.2",
"icons": { "icons": {
"16": "static/img/taler-logo-16.png", "16": "static/img/taler-logo-16.png",
"19": "static/img/taler-logo-19.png", "19": "static/img/taler-logo-19.png",

View File

@ -1,6 +1,6 @@
{ {
"name": "@gnu-taler/web-util", "name": "@gnu-taler/web-util",
"version": "0.9.1", "version": "0.9.2",
"description": "Generic helper functionality for GNU Taler Web Apps", "description": "Generic helper functionality for GNU Taler Web Apps",
"type": "module", "type": "module",
"types": "./lib/index.node.d.ts", "types": "./lib/index.node.d.ts",