Skip to content

Commit ab22196

Browse files
committed
Version 0.3.0
1 parent 21fb844 commit ab22196

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
lib
33
dist
44
*.log
5-
.rpt2_cache
5+
.rpt2_cache
6+
.DS_Store

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ If you don't have a build system, you can add the following script tag to your
2929
project which will add all functionality under the global `WebLN` namespace:
3030
```html
3131
<script
32-
src="https://unpkg.com/webln@0.2.1/dist/webln.min.js"
33-
integrity="sha384-Enk2tnv6U0yPoFk7RasscZ5oQIG2fzVYaG4ledkAf7MdEXP9fMazV74tAgEwvxm7"
32+
src="https://unpkg.com/webln@0.3.0/dist/webln.min.js"
33+
integrity="sha384-g4CABMESGmsa44I6J+t/4fY3DYGpbl8EjqX4L8g6rmD0RLjVinenmzEDqSH3f1QV"
3434
crossorigin="anonymous"
3535
></script>
3636
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webln",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Spec and tools around implementing WebLN",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)