bump versions

This commit is contained in:
Florian Dold 2022-11-02 15:00:05 +01:00
parent 1e6e1a22cd
commit 91e069c742
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
4 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@gnu-taler/taler-wallet-core", "name": "@gnu-taler/taler-wallet-core",
"version": "0.9.0-dev.31", "version": "0.9.0-dev.32",
"description": "", "description": "",
"engines": { "engines": {
"node": ">=0.12.0" "node": ">=0.12.0"

View File

@ -1763,6 +1763,8 @@ export interface PeerPullPaymentIncomingRecord {
* *
* Mostly used to store the private key for a reserve and to allow * Mostly used to store the private key for a reserve and to allow
* other records to reference the reserve key pair via a small row ID. * other records to reference the reserve key pair via a small row ID.
*
* In the future, we might also store KYC info about a reserve here.
*/ */
export interface ReserveRecord { export interface ReserveRecord {
rowId?: number; rowId?: number;

View File

@ -1,6 +1,6 @@
{ {
"name": "@gnu-taler/taler-wallet-embedded", "name": "@gnu-taler/taler-wallet-embedded",
"version": "0.9.0-dev.31", "version": "0.9.0-dev.32",
"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.0.31", "version": "0.9.0.32",
"version_name": "0.9.0-dev.31", "version_name": "0.9.0-dev.32",
"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",