Skip to content

Commit

Permalink
chore(all): prepare release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 2, 2018
1 parent 336b8c3 commit 98d9c4a
Show file tree
Hide file tree
Showing 2 changed files with 5 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-i18n",
"version": "2.3.0",
"version": "2.3.1",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
Expand All @@ -19,7 +19,7 @@
"url": "http://github.com/aurelia/i18n"
},
"dependencies": {
"aurelia-binding": "^1.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-event-aggregator": "^1.0.0",
"aurelia-loader": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-i18n",
"version": "2.3.0",
"version": "2.3.1",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dist": "dist/amd"
},
"dependencies": {
"aurelia-binding": "^1.0.0 || ^2.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-event-aggregator": "^1.0.0",
"aurelia-loader": "^1.0.0",
Expand All @@ -57,7 +57,7 @@
}
},
"dependencies": {
"aurelia-binding": "^1.0.0 || ^2.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-event-aggregator": "^1.0.0",
"aurelia-loader": "^1.0.0",
Expand Down

0 comments on commit 98d9c4a

Please sign in to comment.