Skip to content

Commit

Permalink
Prepare 0.2.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed authored Sep 6, 2024
1 parent 03c3eac commit bc49d6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const snapAuth = new SDK('pubkey_your_value')

### Directly linking (UMD)
```html
<script src="https://unpkg.com/@snapauth/sdk@0.1.5/dist/index.js"></script>
<script src="https://unpkg.com/@snapauth/sdk@0.2.0/dist/index.js"></script>
<script type="text/javascript">
const snapAuth = new SnapAuth.SDK('pubkey_your_value')
</script>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapauth/sdk",
"version": "0.1.5",
"version": "0.2.0",
"description": "SnapAuth JS/TS SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bc49d6d

Please sign in to comment.