Skip to content

Commit

Permalink
v2.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed May 13, 2017
1 parent e54bc5f commit 99abf95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils/boot.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
window.Polymer._polymerFn = function(info) { // eslint-disable-line no-unused-vars
throw new Error('Load polymer.html to use the Polymer() function.');
}
window.Polymer.version = '2.0-preview';
window.Polymer.version = '2.0.0-rc.9';

/* eslint-disable no-unused-vars */
/*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymer/polymer",
"version": "2.0.0-rc.8",
"version": "2.0.0-rc.9",
"description": "The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to write",
"main": "polymer.html",
"directories": {
Expand Down

1 comment on commit 99abf95

@kristianmandrup
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

91 RCs to go. Final count down :)

Please sign in to comment.