diff options
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -20,6 +20,6 @@ "dependencies": { "vaadin-board": "2.0.0", "vaadin-charts": "6.0.1", - "vaadin-core": "10.0.0-beta11" + "vaadin-core": "10.0.0-rc1" } }
\ No newline at end of file diff --git a/package.json b/package.json index 2c13795..2ae83c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vaadin", - "version": "10.0.0-beta11", + "version": "10.0.0-rc1", "description": "Vaadin Elements is an evolving set of open source custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.", "author": "Vaadin Ltd", "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)", |