Skip to content

Commit

Permalink
4.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Sep 27, 2018
1 parent 7240228 commit 23811c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"globals": {
"Promise": true,
"Uint8Array" : true,
"ArrayBuffer" : true
"ArrayBuffer" : true,
"Set": true
},
"parserOptions": {
"ecmaVersion": 2017
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dist",
"bower.json"
],
"version": "3.0.0",
"version": "4.0.0-rc1",
"author": "Christian Amor Kvalheim <christkv@gmail.com>",
"license": "Apache-2.0",
"contributors": [],
Expand Down

0 comments on commit 23811c7

Please sign in to comment.