Skip to content

Commit a91a29d

Browse files
committed
bump up version to v3.0.0-beta.2
1 parent d2ea927 commit a91a29d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Include a minified browser bundle directly in your HTML like so:
2424

2525
```html
2626
<script
27-
src="https://unpkg.com/algosdk@v2.9.0/dist/browser/algosdk.min.js"
28-
integrity="sha384-R84o0hH3cBFIzv9uqyKcDNfDi/6jgn1MrS1/tOMDWxeh8hWfOLuRoMy0LekUm2KL"
27+
src="https://unpkg.com/algosdk@v3.0.0-beta.2/dist/browser/algosdk.min.js"
28+
integrity="sha384-EdTN548g1VApyPivwjhxg5HpPLY6nzw58f8nbvmc89M8fO8eBor+KHzf17y1SWl3"
2929
crossorigin="anonymous"
3030
></script>
3131
```
@@ -34,8 +34,8 @@ or
3434

3535
```html
3636
<script
37-
src="https://cdn.jsdelivr.net/npm/algosdk@v2.9.0/dist/browser/algosdk.min.js"
38-
integrity="sha384-R84o0hH3cBFIzv9uqyKcDNfDi/6jgn1MrS1/tOMDWxeh8hWfOLuRoMy0LekUm2KL"
37+
src="https://cdn.jsdelivr.net/npm/algosdk@v3.0.0-beta.2/dist/browser/algosdk.min.js"
38+
integrity="sha384-EdTN548g1VApyPivwjhxg5HpPLY6nzw58f8nbvmc89M8fO8eBor+KHzf17y1SWl3"
3939
crossorigin="anonymous"
4040
></script>
4141
```

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": "algosdk",
3-
"version": "2.9.0",
3+
"version": "3.0.0-beta.2",
44
"description": "The official JavaScript SDK for Algorand",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)