From 848334ac93453ea9e9ef752376a39def3f3baca5 Mon Sep 17 00:00:00 2001
From: Rob Bearman <robbear@hyperfine.com>
Date: Mon, 11 May 2015 14:14:49 -0700
Subject: [PATCH] Update bower.json version key to 0.5.0 and update README.md
 to indicate dependency on Polymer 0.5.5

---
 README.md  | 6 +++++-
 bower.json | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

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",