diff --git a/README.md b/README.md index 61961d5..88ba1cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ +Note: This release of this particular component requires an **older version of Polymer (v0.5.5)**. + +----- + The organization of these web component files is tuned for the component's inclusion in other projects via [Bower](http://bower.io). If you'd like to run this component's demo on your own machine, please see these -[instructions](https://github.com/basic-web-components/components-dev/wiki/Running-Basic-Web-Component-demos). \ No newline at end of file +[instructions](https://github.com/basic-web-components/components-dev/wiki/Running-Basic-Web-Component-demos). diff --git a/bower.json b/bower.json index 364af5c..7ab343b 100644 --- a/bower.json +++ b/bower.json @@ -1,11 +1,11 @@ { "name": "basic-framed-content", "description": "Communicates across a frame boundary to an outer element", - "version": "0.0.1", + "version": "0.5.0", "license": "MIT", "main": "basic-framed-content.html", "dependencies": { - "polymer": "Polymer/polymer#master" + "polymer": "Polymer/polymer#^0.5.5" }, "keywords": [ "basic-web-components",