Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Joel committed May 28, 2015
1 parent 4efcf70 commit bd769d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-material",
"version": "0.9.2",
"version": "1.0.0",
"description": "A material design container that looks like a lifted sheet of paper",
"private": true,
"authors": [
Expand All @@ -24,12 +24,12 @@
"homepage": "https://github.com/PolymerElements/paper-material",
"ignore": [],
"dependencies": {
"paper-styles": "polymerelements/paper-styles#^0.9.5",
"polymer": "Polymer/polymer#^0.9.0"
"paper-styles": "polymerelements/paper-styles#^1.0.0",
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^0.9.0",
"test-fixture": "polymerelements/test-fixture#^0.9.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
Expand Down
1 change: 1 addition & 0 deletions paper-material.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
@group Paper Elements
@class paper-material
@demo demo/index.html
-->

<dom-module id="paper-material">
Expand Down

0 comments on commit bd769d2

Please sign in to comment.