Skip to content

Commit

Permalink
Bumbed version number to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
steffentchr committed Feb 16, 2017
1 parent cbebdcd commit 4a8ceb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "resumable.js",
"repo": "23/resumable.js",
"version": "1.0.2",
"version": "1.0.3",
"main": "resumable.js",
"scripts": ["resumable.js"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resumablejs",
"version": "1.0.2",
"version": "1.0.3",
"description": "A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.",
"main": "resumable.js",
"scripts": {
Expand Down

0 comments on commit 4a8ceb8

Please sign in to comment.