diff options
author | Build Agent <build@vaadin.com> | 2015-05-21 15:55:35 +0300 |
---|---|---|
committer | Sauli Tähkäpää <sauli@vaadin.com> | 2015-07-03 13:29:17 +0300 |
commit | 9da3b4f1552ee065e2d2ed7f7d9b2ee8245e00c3 (patch) | |
tree | 9cd941f518067e0b6158ab082fb1e772e9fab7cc /bower.json | |
parent | 5759ee06e8fbdc2caeb912d614ec5a42834d009d (diff) | |
download | vaadin-core-9da3b4f1552ee065e2d2ed7f7d9b2ee8245e00c3.tar.gz vaadin-core-9da3b4f1552ee065e2d2ed7f7d9b2ee8245e00c3.zip |
Release version 0.3.0-rc1.0.3.0-snapshot
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,14 +1,15 @@ { "name": "vaadin-components", - "version": "0.2-snapshot", + "version": "0.3.0-snapshot", "authors": [ "Vaadin Ltd" ], - "description": "Vaadin Grid web component", + "description": "Vaadin Components is an evolving set of custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.", "license": "Apache License 2.0", "keywords": [ "web-components" ], + "main": "vaadin-components.html", "ignore": [ "**/.*", "**/node_modules", @@ -17,6 +18,6 @@ "**/tests" ], "dependencies": { - "polymer": "Polymer/polymer#v0.9.0" + "polymer": "Polymer/polymer#v1.0.2" } }
\ No newline at end of file |