diff options
author | Artur <artur@vaadin.com> | 2018-03-05 21:48:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 21:48:49 +0200 |
commit | eb45a14c4695504787c27ab4b4283132c18b832a (patch) | |
tree | 9bbb70960e934403e624b67d2f7e57049a11ac9e | |
parent | 8acfcc016c9a10fff92d8fdf2acb4fa4284bf1b4 (diff) | |
download | vaadin-eb45a14c4695504787c27ab4b4283132c18b832a.tar.gz vaadin-eb45a14c4695504787c27ab4b4283132c18b832a.zip |
10.0.0-beta1 (#18)v10.0.0-beta1
-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-beta1", "vaadin-charts": "6.0.0-beta2", - "vaadin-core": "10.0.0-alpha23" + "vaadin-core": "10.0.0-beta1" } } diff --git a/package.json b/package.json index 2bbee5f..2347663 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vaadin", - "version": "10.0.0-alpha23", + "version": "10.0.0-beta1", "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)", |