Ah, good catch! It looks like we goofed the bit of our release process that bumps the version built into the source (v0.5.2 advertises itself as 0.5.1 <https://github.com/Polymer/polymer/blob/0.5.2/polymer.js#L3816>). I just opened an issue to track it <https://github.com/Polymer/polymer/issues/1085> for the next release
On Fri Jan 09 2015 at 8:13:39 AM Chris Gallo <[email protected]> wrote: > In the console: Polymer.version > It's 0.5.1 in polymer.js > > > On Friday, January 9, 2015 at 3:16:13 AM UTC-5, Dennis Coldwell wrote: > >> Where are you seeing this, Chris? How have you installed polymer? I use >> bower and see the correct version: >> >> $ bower info polymer >> bower cached git://github.com/Polymer/polymer.git#0.5.2 >> bower validate 0.5.2 against git://github.com/Polymer/polymer.git#* >> >> { >> name: 'polymer', >> description: 'Polymer is a new type of library for the web, built on >> top of Web Components, and designed to leverage the evolving web platform >> on modern browsers.', >> homepage: 'http://www.polymer-project.org/', >> keywords: [ >> 'util', >> 'client', >> 'browser', >> 'web components', >> 'web-components' >> ], >> > author: 'Polymer Authors <[email protected]>', >> > private: true, >> dependencies: { >> 'core-component-page': 'Polymer/core-component-page#^0.5.0', >> webcomponentsjs: 'Polymer/webcomponentsjs#^0.5.0' >> }, >> devDependencies: { >> tools: 'Polymer/tools#master', >> 'web-component-tester': 'Polymer/web-component-tester#^1.4.2' >> }, >> version: '0.5.2' >> } >> > >> >> On Thursday, January 8, 2015 at 1:08:56 PM UTC-8, Chris Gallo wrote: >>> >>> Aren't we on 0.5.2? >>> >> Follow Polymer on Google+: plus.google.com/107187849809354688692 > --- > You received this message because you are subscribed to the Google Groups > "Polymer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/polymer-dev/2ed83a26-e123-4d73-b947-0eb45c7973ad%40googlegroups.com > <https://groups.google.com/d/msgid/polymer-dev/2ed83a26-e123-4d73-b947-0eb45c7973ad%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/CAKc-BFg6chcbF8U79pASjSubrjQspNVjOh354LHa%3DEwa1fDLrQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
