diff options
author | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-08-26 06:50:04 +0000 |
---|---|---|
committer | Vaadin Bot <vaadin-bot@users.noreply.github.com> | 2019-08-26 06:50:04 +0000 |
commit | 652ecf9d35cf2390f87ee3aaa890c88fb15f4255 (patch) | |
tree | c929d9547579ba2ba478dab75063ef6ec3b7acee | |
parent | 429026a83cdf6507eb1671ee332588144d22bf6c (diff) | |
download | vaadin-13.0.tar.gz vaadin-13.0.zip |
-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#13.0.13", + "vaadin-core": "13.0.13", "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 40db0ad..14b216c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vaadin/vaadin", - "version": "13.0.12", + "version": "13.0.13", "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)", |