Skip to content

Commit 8fb4d97

Browse files
committed
update version numbers properly and re-build
1 parent a8e25ee commit 8fb4d97

File tree

6 files changed

+16324
-16326
lines changed

6 files changed

+16324
-16326
lines changed

bower.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"name": "springroll-container",
3-
"version": "1.1.2",
3+
"version": "1.1.5",
44
"main": "dist/container.min.js",
5-
"dependencies":
6-
{
5+
"dependencies": {
76
"bellhop": "*"
87
},
9-
"devDependencies":
10-
{
8+
"devDependencies": {
119
"easeljs": "https://github.com/SpringRoll/EaselJS.git",
1210
"qunit": "2.6.*",
1311
"springroll": "*",

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.1.2 */
1+
/*! SpringRoll Container 1.1.5 */
22
/**
33
* @module Core
44
* @namespace window
@@ -1389,9 +1389,9 @@
13891389
* @property {String} version
13901390
* @static
13911391
* @readOnly
1392-
* @default "1.1.2"
1392+
* @default "1.1.5"
13931393
*/
1394-
Container.version = "1.1.2";
1394+
Container.version = "1.1.5";
13951395

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

dist/container.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRoll Container",
3-
"version": "1.1.2",
3+
"version": "1.1.5",
44
"description": "The iframe controller for interacting with SpringRoll applications",
55
"url": "https://github.com/SpringRoll/SpringRollContainer",
66
"output": "container",

0 commit comments

Comments
 (0)