From 236b6dbbd56734264ffb9c57236af445076b42e6 Mon Sep 17 00:00:00 2001 From: Andre Neves Date: Tue, 6 Nov 2018 09:19:54 -0500 Subject: [PATCH 1/2] refactor: adding Graph OG Tags to public html --- public/index.html | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/public/index.html b/public/index.html index ddd5738..356df26 100644 --- a/public/index.html +++ b/public/index.html @@ -2,23 +2,21 @@ - - - - + + + + + + + + + + + + + + + Lightning Decoder | Decode Lightning Network BOLT11 Invoices From c52edb65d1761431e74ae98a374a79481fba97fb Mon Sep 17 00:00:00 2001 From: Andre Neves Date: Tue, 6 Nov 2018 09:20:09 -0500 Subject: [PATCH 2/2] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4058ada..773b1b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lightning-decoder", - "version": "0.3.1", + "version": "0.3.2", "author": { "email": "andrerfneves@protonmail.com", "name": "André Neves",