Skip to content

Commit bf884f7

Browse files
authored
Prepare v0.1.5 (#46)
1 parent 0af5ac0 commit bf884f7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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/[email protected].4/dist/index.js"></script>
43+
<script src="https://unpkg.com/@snapauth/[email protected].5/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: 5 additions & 5 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.4",
3+
"version": "0.1.5",
44
"description": "SnapAuth JS/TS SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)