diff options
author | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-09-04 06:46:29 +0000 |
---|---|---|
committer | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-09-04 06:46:29 +0000 |
commit | 3b4266f3daa51f806a92860e81f8ccea712e33c3 (patch) | |
tree | 14869119ffeb93a3386d047b6f1e2402d3ae1a2d | |
parent | 89dced4fa96b869e0addb2909d4debd5765711e7 (diff) | |
download | vaadin-3b4266f3daa51f806a92860e81f8ccea712e33c3.tar.gz vaadin-3b4266f3daa51f806a92860e81f8ccea712e33c3.zip |
15.0.0-alpha1v15.0.0-alpha1
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ "update-core-version.js" ], "dependencies": { - "vaadin-core": "vaadin-core#15.0.0-alpha1", + "vaadin-core": "15.0.0-alpha1", "vaadin-board": "vaadin-board#2.1.0", "vaadin-charts": "vaadin-charts#6.2.3", "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.4", diff --git a/package.json b/package.json index 6b30526..07e3cee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vaadin/vaadin", - "version": "14.0.2", + "version": "15.0.0-alpha1", "description": "Vaadin Elements is an evolving set of open source custom HTML elements 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)", |