Skip to content

Commit bdfb649

Browse files
committed
chore: release version up to 2.0.0
1 parent 924cb15 commit bdfb649

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "flow.js",
3-
"version": "2.0.0-beta5",
3+
"version": "2.0.0",
44
"main": "src/flow.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": "flow.js",
3-
"version": "2.0.0-beta5",
3+
"version": "2.0.0",
44
"description": "Flow.js library implements html5 file upload and provides multiple simultaneous, stable, fault tolerant and resumable uploads.",
55
"main": "src/flow.js",
66
"scripts": {

src/flow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@
14281428
* Library version
14291429
* @type {string}
14301430
*/
1431-
Flow.version = '2.0.0-beta5';
1431+
Flow.version = '2.0.0';
14321432

14331433
if (typeof module !== 'undefined') {
14341434
module.exports = Flow;

0 commit comments

Comments
 (0)