Skip to content

Commit

Permalink
chore: release version up to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AidasK committed Nov 13, 2013
1 parent 924cb15 commit bdfb649
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flow.js",
"version": "2.0.0-beta5",
"version": "2.0.0",
"main": "src/flow.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flow.js",
"version": "2.0.0-beta5",
"version": "2.0.0",
"description": "Flow.js library implements html5 file upload and provides multiple simultaneous, stable, fault tolerant and resumable uploads.",
"main": "src/flow.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@
* Library version
* @type {string}
*/
Flow.version = '2.0.0-beta5';
Flow.version = '2.0.0';

if (typeof module !== 'undefined') {
module.exports = Flow;
Expand Down

0 comments on commit bdfb649

Please sign in to comment.