Skip to content

Commit 457a607

Browse files
authored
Merge pull request #4 from andrerfneves/develop
Release v0.3.2
2 parents e7232ef + c52edb6 commit 457a607

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightning-decoder",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"author": {
55
"email": "andrerfneves@protonmail.com",
66
"name": "André Neves",

public/index.html

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,21 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<link
6-
rel="shortcut icon"
7-
type="image/png"
8-
href="%PUBLIC_URL%/favicon.png"
9-
>
10-
<meta
11-
name="viewport"
12-
content="width=device-width, initial-scale=1, shrink-to-fit=no"
13-
>
14-
<meta
15-
name="theme-color"
16-
content="#000000"
17-
>
18-
<link
19-
rel="manifest"
20-
href="%PUBLIC_URL%/manifest.json"
21-
>
5+
<link rel="shortcut icon" type="image/png" href="%PUBLIC_URL%/favicon.png">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<meta name="theme-color" content="#000000">
8+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
9+
10+
<!-- Graph Tags -->
11+
<meta property="og:url" content="https://lightningdecoder.com" />
12+
<meta property="og:site_name" content="Lightning Decoder" />
13+
<meta property="og:title" content="Lightning Decoder | Decode Lightning Network BOLT11 Invoices" />
14+
<meta property="og:type" content="text" />
15+
<meta property="og:image" content="https://camo.githubusercontent.com/5a613bf292cc6585615d9b8c36de106e1d8ae370/68747470733a2f2f692e696d6775722e636f6d2f717057315251712e706e67" />
16+
<meta property="og:determiner" content="auto" />
17+
<meta property="og:description" content="Lightning Decoder is a utility for decoding lightning network payment requests (BOLT11)." />
18+
<!-- End Graph Tags -->
19+
2220
<title>
2321
Lightning Decoder | Decode Lightning Network BOLT11 Invoices
2422
</title>

0 commit comments

Comments
 (0)