Skip to content

Commit f305d8c

Browse files
committed
Update version number
1 parent 0f93f09 commit f305d8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
The easiest way to use base64-u8array-arraybuffer is to include the library from a CDN:
2020
```html
21-
<script src="https://cdn.jsdelivr.net/npm/base64-u8array-arraybuffer@1.0.0/dist/base64-u8array-arraybuffer.min.js"></script>
21+
<script src="https://cdn.jsdelivr.net/npm/base64-u8array-arraybuffer@1.0.3/dist/base64-u8array-arraybuffer.min.js"></script>
2222
```
2323

2424
Then, in your JavaScript code:

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "base64-u8array-arraybuffer",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A simple, lightweight, and efficient JavaScript library to manage encoding/decoding between base64 data, Uint8Arrays, and ArrayBuffers",
55
"keywords": [
66
"base64",

0 commit comments

Comments
 (0)