From b444fd884d55f0cf4a20266806c1e6ce69d3c3cd Mon Sep 17 00:00:00 2001 From: Will O'Beirne Date: Wed, 5 Dec 2018 20:26:20 -0500 Subject: [PATCH] Version 0.2.1 --- package.json | 2 +- static/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7e4f7ae2..669d7f48 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joule-extension", - "version": "0.2.0", + "version": "0.2.1", "description": "Lightning charge your browser by connecting your lightning node", "keywords": [ "typescript", diff --git a/static/manifest.json b/static/manifest.json index 9f45514d..939a5146 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Joule", "description": "Make payments and use your Lightning identity in the browser", - "version": "0.2.0", + "version": "0.2.1", "icons": { "16": "icon16.png", "48": "icon48.png",