Skip to content

Commit f648d41

Browse files
committedSep 10, 2020
v1.0.2
1 parent 0390e10 commit f648d41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npm install @geckos.io/typed-array-buffer-schema
3636
Or use the bundled version.
3737

3838
```html
39-
<script src="https://unpkg.com/@geckos.io/typed-array-buffer-schema@1.0.1/bundle/typed-array-buffer-schema.js"></script>
39+
<script src="https://unpkg.com/@geckos.io/typed-array-buffer-schema@1.0.2/bundle/typed-array-buffer-schema.js"></script>
4040
<script>
4141
const { BufferSchema, Model } = Schema
4242
const { uint8, int16, uint16, int64, string8,, ...more } Schema

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geckos.io/typed-array-buffer-schema",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Schema based Object to Buffer converter",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.