Skip to content

Commit bc49d6d

Browse files
authored
Prepare 0.2.0 (#50)
1 parent 03c3eac commit bc49d6d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const snapAuth = new SDK('pubkey_your_value')
4040

4141
### Directly linking (UMD)
4242
```html
43-
<script src="https://unpkg.com/@snapauth/sdk@0.1.5/dist/index.js"></script>
43+
<script src="https://unpkg.com/@snapauth/sdk@0.2.0/dist/index.js"></script>
4444
<script type="text/javascript">
4545
const snapAuth = new SnapAuth.SDK('pubkey_your_value')
4646
</script>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapauth/sdk",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"description": "SnapAuth JS/TS SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)