Skip to content

Commit

Permalink
Update dependencies in line with Polymer 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sérgio Gomes committed Nov 12, 2014
1 parent 0b8bee9 commit a2c0759
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-chart",
"version": "0.1.0",
"version": "0.2.0",
"description": "Encapsulates Google Charts into a web component",
"homepage": "http://googlewebcomponents.github.io/google-chart",
"main": "google-chart.html",
Expand All @@ -26,8 +26,8 @@
"google"
],
"dependencies": {
"polymer": "Polymer/polymer#>=0.4.0 <1.0.0",
"core-ajax": "Polymer/core-ajax#>=0.4.0 <1.0.0",
"google-apis": "GoogleWebComponents/google-apis#~0.3.2"
"polymer": "Polymer/polymer#>=0.5.0 <1.0.0",
"core-ajax": "Polymer/core-ajax#>=0.5.0 <1.0.0",
"google-apis": "GoogleWebComponents/google-apis#~0.4.1"
}
}

0 comments on commit a2c0759

Please sign in to comment.