Skip to content

Commit 5f9f1c4

Browse files
committed
chore: prepare for beta release
1 parent 8dfd2f4 commit 5f9f1c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resumable.js",
3-
"version": "2.0.0",
3+
"version": "2.0.0-beta",
44
"main": "src/resumable.js",
55
"ignore": [
66
"**/.*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resumable.js",
3-
"version": "2.0.0",
3+
"version": "2.0.0-beta",
44
"description": "Resumable.js is a JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API",
55
"main": "resumable.js",
66
"scripts": {

0 commit comments

Comments
 (0)