Skip to content

Commit

Permalink
Merge pull request #1 from PolymerElements/update-for-0.9
Browse files Browse the repository at this point in the history
Update for 0.9-rc.1
  • Loading branch information
cdata committed May 6, 2015
2 parents ee0a088 + 7f2a59f commit e82debe
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "marked-element",
"version": "0.8.3",
"version": "0.9.0",
"private": true,
"authors": [
"The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)"
],
"dependencies": {
"polymer": "Polymer/polymer#v0.8.0-rc.7",
"polymer": "Polymer/polymer#v0.9.0-rc.1",
"marked": "~0.3.3"
},
"license": "https://polymer.github.io/LICENSE.txt",
Expand All @@ -16,7 +16,9 @@
"url": "git://github.com/Polymer/marked-element.git"
},
"devDependencies": {
"iron-doc-viewer": "PolymerElements/iron-doc-viewer#^0.8.6",
"test-fixture": "Polymer/test-fixture#^0.2.0"
"iron-doc-viewer": "PolymerElements/iron-doc-viewer#^0.9.0",
"test-fixture": "polymerelements/test-fixture#^0.9.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.6.0",
"web-component-tester": "*"
}
}
1 change: 1 addition & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
Expand Down
1 change: 1 addition & 0 deletions marked-element.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
Expand Down
1 change: 1 addition & 0 deletions test/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
Expand Down
1 change: 1 addition & 0 deletions test/marked-element.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
Expand Down

0 comments on commit e82debe

Please sign in to comment.