Skip to content

Commit 9ee1270

Browse files
committed
Rebuilding
1 parent 862a595 commit 9ee1270

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"src",
3131
"test"
3232
]
33-
}
33+
}

dist/container.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! SpringRoll Container 1.0.0 */
1+
/*! SpringRoll Container 1.1.0 */
22
/**
33
* @module Core
44
* @namespace window
@@ -1389,9 +1389,9 @@
13891389
* @property {String} version
13901390
* @static
13911391
* @readOnly
1392-
* @default "1.0.0"
1392+
* @default "1.1.0"
13931393
*/
1394-
Container.version = "1.0.0";
1394+
Container.version = "1.1.0";
13951395

13961396
//Reference to the prototype
13971397
var s = EventDispatcher.prototype;

0 commit comments

Comments
 (0)