Skip to content

Commit

Permalink
Prepare for 0.9.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 27, 2015
1 parent 90eda48 commit 77517e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymer",
"version": "0.9.3",
"version": "0.9.4",
"main": [
"polymer.html"
],
Expand All @@ -17,7 +17,7 @@
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"webcomponentsjs": "^0.7.1"
"webcomponentsjs": "^0.7.2"
},
"devDependencies": {
"web-component-tester": "*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Polymer",
"version": "0.9.3",
"version": "0.9.4",
"description": "Authors interested in learning the core concepts in 0.8 may be interested in our [primer](https://github.com/Polymer/polymer/blob/0.8-preview/PRIMER.md).",
"main": "polymer.html",
"directories": {
Expand Down

0 comments on commit 77517e4

Please sign in to comment.