diff options
| -rw-r--r-- | manifest.json | 2 | ||||
| -rw-r--r-- | tsconfig.json | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/manifest.json b/manifest.json index 215f9dcba..f5e2c14a7 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@    "description": "Privacy preserving and transparent payments",    "manifest_version": 2,    "name": "GNU Taler Wallet (git)", -  "version": "0.5.20", +  "version": "0.5.21",    "applications": {      "gecko": { diff --git a/tsconfig.json b/tsconfig.json index 0ce2125c5..0e6337d86 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,4 +33,4 @@      "pages/confirm-create-reserve.tsx",      "test/tests/taler.ts"    ] -} +}
\ No newline at end of file | 
