Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 30, 2016
1 parent 7742d30 commit 1103dc7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-bootstrapper",
"version": "1.0.0-beta.1.1.0",
"version": "1.0.0-beta.1.1.1",
"description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.",
"keywords": [
"aurelia",
Expand All @@ -21,7 +21,7 @@
"aurelia-framework": "^1.0.0-beta.1.1.0",
"aurelia-history": "^1.0.0-beta.1.1.1",
"aurelia-history-browser": "^1.0.0-beta.1.1.1",
"aurelia-loader-default": "^1.0.0-beta.1.1.0",
"aurelia-loader-default": "^1.0.0-beta.1.1.1",
"aurelia-logging-console": "^1.0.0-beta.1.1.3",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"aurelia-pal-browser": "^1.0.0-beta.1.1.2",
Expand Down
7 changes: 6 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ System.config({
"aurelia-framework": "npm:[email protected]",
"aurelia-history": "npm:[email protected]",
"aurelia-history-browser": "npm:[email protected]",
"aurelia-loader-default": "npm:[email protected].0",
"aurelia-loader-default": "npm:[email protected].1",
"aurelia-logging-console": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]",
"aurelia-pal-browser": "npm:[email protected]",
Expand Down Expand Up @@ -77,6 +77,11 @@ System.config({
"aurelia-pal": "npm:[email protected]",
"core-js": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-loader": "npm:[email protected]",
"aurelia-metadata": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-metadata": "npm:[email protected]",
"aurelia-path": "npm:[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-bootstrapper",
"version": "1.0.0-beta.1.1.0",
"version": "1.0.0-beta.1.1.1",
"description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -31,7 +31,7 @@
"aurelia-framework": "^1.0.0-beta.1.1.0",
"aurelia-history": "^1.0.0-beta.1.1.1",
"aurelia-history-browser": "^1.0.0-beta.1.1.1",
"aurelia-loader-default": "^1.0.0-beta.1.1.0",
"aurelia-loader-default": "^1.0.0-beta.1.1.1",
"aurelia-logging-console": "^1.0.0-beta.1.1.3",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"aurelia-pal-browser": "^1.0.0-beta.1.1.2",
Expand Down

0 comments on commit 1103dc7

Please sign in to comment.