Skip to content

Commit

Permalink
chore(all): prepare release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 2, 2018
1 parent 16d1069 commit 557ddd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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-templating-binding",
"version": "1.4.2",
"version": "1.4.3",
"description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.",
"keywords": [
"aurelia",
Expand All @@ -20,7 +20,7 @@
"url": "http://github.com/aurelia/templating-binding"
},
"dependencies": {
"aurelia-binding": "^1.3.0",
"aurelia-binding": "^2.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-templating": "^1.3.0"
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-binding",
"version": "1.4.2",
"version": "1.4.3",
"description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -29,12 +29,12 @@
"dist": "dist/amd"
},
"peerDependencies": {
"aurelia-binding": "^1.3.0 || ^2.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-templating": "^1.3.0"
},
"dependencies": {
"aurelia-binding": "^1.3.0 || ^2.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-templating": "^1.3.0"
},
Expand All @@ -50,7 +50,7 @@
}
},
"dependencies": {
"aurelia-binding": "^1.3.0 || ^2.0.0",
"aurelia-binding": "^2.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-templating": "^1.3.0"
},
Expand Down

0 comments on commit 557ddd7

Please sign in to comment.