Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wbobeirne committed Mar 24, 2022
1 parent 21fb844 commit ab22196
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
lib
dist
*.log
.rpt2_cache
.rpt2_cache
.DS_Store
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ If you don't have a build system, you can add the following script tag to your
project which will add all functionality under the global `WebLN` namespace:
```html
<script
src="https://unpkg.com/webln@0.2.1/dist/webln.min.js"
integrity="sha384-Enk2tnv6U0yPoFk7RasscZ5oQIG2fzVYaG4ledkAf7MdEXP9fMazV74tAgEwvxm7"
src="https://unpkg.com/webln@0.3.0/dist/webln.min.js"
integrity="sha384-g4CABMESGmsa44I6J+t/4fY3DYGpbl8EjqX4L8g6rmD0RLjVinenmzEDqSH3f1QV"
crossorigin="anonymous"
></script>
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webln",
"version": "0.2.1",
"version": "0.3.0",
"description": "Spec and tools around implementing WebLN",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit ab22196

Please sign in to comment.