We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e0a57 commit 68b9eebCopy full SHA for 68b9eeb
src/flow.js
@@ -29,12 +29,6 @@
29
* @constructor
30
*/
31
function Flow(opts) {
32
- /**
33
- * Library version
34
- * @type {string}
35
- */
36
- this.version = '2.0.0-beta3';
37
-
38
/**
39
* Supported by browser?
40
* @type {boolean}
@@ -1409,6 +1403,12 @@
1409
1403
1410
1404
Flow.FlowChunk = FlowChunk;
1411
1405
1406
+ /**
1407
+ * Library version
1408
+ * @type {string}
+ */
+ Flow.version = '2.0.0-beta4';
+
1412
if (typeof module !== 'undefined') {
1413
module.exports = Flow;
1414
} else if (typeof define === "function" && define.amd) {
0 commit comments