Skip to content

Commit

Permalink
prepare for 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 23, 2015
1 parent 6433f62 commit 4164632
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.0",
"version": "0.9.1",
"main": [
"polymer.html"
],
@@ -17,7 +17,7 @@
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"webcomponentsjs": "^0.7.0"
"webcomponentsjs": "^0.7.1"
},
"devDependencies": {
"web-component-tester": "*"
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.0",
"version": "0.9.1",
"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": {

0 comments on commit 4164632

Please sign in to comment.