bump version

This commit is contained in:
Florian Dold 2019-08-18 15:08:10 +02:00
parent f7e118e996
commit ddd377c82e
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "taler-wallet",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"main": "dist/node/index.js",
"repository": {

View File

@ -195,7 +195,7 @@ export async function getDefaultNodeWallet(
export async function withdrawTestBalance(
myWallet: Wallet,
amount: string = "TESTKUDOS:1000",
amount: string = "TESTKUDOS:10",
bankBaseUrl: string = "https://bank.test.taler.net/",
exchangeBaseUrl: string = "https://exchange.test.taler.net/",
) {