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 862a595 commit 9ee1270Copy full SHA for 9ee1270
bower.json
@@ -30,4 +30,4 @@
30
"src",
31
"test"
32
]
33
-}
+}
dist/container.js
@@ -1,4 +1,4 @@
1
-/*! SpringRoll Container 1.0.0 */
+/*! SpringRoll Container 1.1.0 */
2
/**
3
* @module Core
4
* @namespace window
@@ -1389,9 +1389,9 @@
1389
* @property {String} version
1390
* @static
1391
* @readOnly
1392
- * @default "1.0.0"
+ * @default "1.1.0"
1393
*/
1394
- Container.version = "1.0.0";
+ Container.version = "1.1.0";
1395
1396
//Reference to the prototype
1397
var s = EventDispatcher.prototype;
0 commit comments