diff options
author | root <root@ip-172-16-1-65.eu-west-1.compute.internal> | 2018-06-13 09:58:53 +0300 |
---|---|---|
committer | root <root@ip-172-16-1-65.eu-west-1.compute.internal> | 2018-06-13 09:58:53 +0300 |
commit | 80e11ef117c9b3fc6661cbc0f40078839f843afb (patch) | |
tree | 3777de40efdb9bda400d63f93e559e9da57f1f23 | |
parent | 2bc323982a404f3c31e80bf6de7a8748847ed926 (diff) | |
download | vaadin-80e11ef117c9b3fc6661cbc0f40078839f843afb.tar.gz vaadin-80e11ef117c9b3fc6661cbc0f40078839f843afb.zip |
10.0.0-rc4v10.0.0-rc4
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ "tests" ], "dependencies": { - "vaadin-core": "vaadin-core#10.0.0-rc4", + "vaadin-core": "10.0.0-rc4", "vaadin-board": "vaadin-board#2.0.0", "vaadin-charts": "vaadin-charts#6.0.1" } diff --git a/package.json b/package.json index d3c1266..1a038db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vaadin", - "version": "10.0.0-rc3", + "version": "10.0.0-rc4", "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)", |