Skip to content

Commit 56db589

Browse files
committed
chore: version up
1 parent d016e62 commit 56db589

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-beta4",
3+
"version": "2.0.0-beta5",
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-beta4",
3+
"version": "2.0.0-beta5",
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
@@ -1408,7 +1408,7 @@
14081408
* Library version
14091409
* @type {string}
14101410
*/
1411-
Flow.version = '2.0.0-beta4';
1411+
Flow.version = '2.0.0-beta5';
14121412

14131413
if (typeof module !== 'undefined') {
14141414
module.exports = Flow;

0 commit comments

Comments
 (0)