Skip to content

Commit

Permalink
Rev 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Jan 3, 2016
1 parent 2d19508 commit d9587f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geo-location",
"description": "Web component for the Geolocation API.",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://ebidel.github.io/geo-location",
"authors": [
"Eric Bidelman"
Expand All @@ -22,7 +22,7 @@
"map"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.1.5"
"polymer": "Polymer/polymer#^1.2.3"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.5"
Expand Down
1 change: 0 additions & 1 deletion geo-location.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
@demo
-->
<dom-module id="geo-location"></dom-module>
<script>
(function() {
var watch_ = null;
Expand Down

0 comments on commit d9587f7

Please sign in to comment.