Skip to content

Commit

Permalink
update version numbers properly and re-build
Browse files Browse the repository at this point in the history
  • Loading branch information
902seanryan committed Apr 27, 2021
1 parent a8e25ee commit 8fb4d97
Show file tree
Hide file tree
Showing 6 changed files with 16,324 additions and 16,326 deletions.
8 changes: 3 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "springroll-container",
"version": "1.1.2",
"version": "1.1.5",
"main": "dist/container.min.js",
"dependencies":
{
"dependencies": {
"bellhop": "*"
},
"devDependencies":
{
"devDependencies": {
"easeljs": "https://github.com/SpringRoll/EaselJS.git",
"qunit": "2.6.*",
"springroll": "*",
Expand Down
6 changes: 3 additions & 3 deletions dist/container.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! SpringRoll Container 1.1.2 */
/*! SpringRoll Container 1.1.5 */
/**
* @module Core
* @namespace window
Expand Down Expand Up @@ -1389,9 +1389,9 @@
* @property {String} version
* @static
* @readOnly
* @default "1.1.2"
* @default "1.1.5"
*/
Container.version = "1.1.2";
Container.version = "1.1.5";

//Reference to the prototype
var s = EventDispatcher.prototype;
Expand Down
4 changes: 2 additions & 2 deletions dist/container.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SpringRoll Container",
"version": "1.1.2",
"version": "1.1.5",
"description": "The iframe controller for interacting with SpringRoll applications",
"url": "https://github.com/SpringRoll/SpringRollContainer",
"output": "container",
Expand Down
Loading

0 comments on commit 8fb4d97

Please sign in to comment.