Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wbobeirne committed Dec 22, 2022
1 parent a33fcfb commit 961f02e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ project which will add all functionality under the global `WebLN` namespace:

```html
<script
src="https://unpkg.com/[email protected].1/dist/webln.min.js"
integrity="sha384-TddsmDgTQUTU/yuktBl5LSb8Y+QQqknQ19Lx2E0FraOK451Wv63kQ6iZFPrkmeEB"
src="https://unpkg.com/[email protected].2/dist/webln.min.js"
integrity="sha384-MpjpvOQqXz9nCoLUS/sR0bhLwGYuNPMOBN50jsqhnqAzDq0GiOI0u6oC5fHitzI2"
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.3.1",
"version": "0.3.2",
"description": "Spec and tools around implementing WebLN",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 961f02e

Please sign in to comment.