Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from PolymerElements/hamster
Browse files Browse the repository at this point in the history
polymer++
  • Loading branch information
notwaldorf committed May 6, 2015
2 parents db8ad8e + 3d47727 commit b7540a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iron-signals",
"version": "0.8.0",
"version": "0.9.0",
"keywords": [
"web-component",
"web-components",
Expand All @@ -11,9 +11,9 @@
"homepage": "https://github.com/PolymerElements/iron-signals/",

"dependencies": {
"polymer": "Polymer/polymer#v0.8.0-rc.7"
"polymer": "Polymer/polymer#v0.9.0-rc.1"
},
"devDependencies": {
"iron-doc-viewer": "polymerelements/iron-doc-viewer#^0.8.0"
"iron-doc-viewer": "polymerelements/iron-doc-viewer#^0.9.0"
}
}
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
</head>
<body>

<template id="my-element" is="x-autobind">
<template id="my-element" is="dom-bind">
Hello
</template>

<template id="my-app" is="x-autobind">
<template id="my-app" is="dom-bind">
<iron-signals on-iron-signal-foo="fooSignal"></iron-signals>
<content></content>
</template>
Expand Down

0 comments on commit b7540a2

Please # to comment.