Browse Source

v1.5.0

tags/v1.5.0^0
Tomi Virkki 7 years ago
parent
commit
7211908670
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      bower.json
  2. 1
    1
      package.json

+ 1
- 1
bower.json View File

@@ -25,7 +25,7 @@
],
"dependencies": {
"vaadin-grid": "vaadin/vaadin-grid#1.2.x",
"vaadin-combo-box": "vaadin/vaadin-combo-box#1.2.x",
"vaadin-combo-box": "vaadin/vaadin-combo-box#1.3.x",
"vaadin-icons": "vaadin/vaadin-icons#1.0.x",
"vaadin-date-picker": "vaadin/vaadin-date-picker#1.2.x",
"vaadin-upload": "vaadin/vaadin-upload#1.1.x",

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
{
"name": "vaadin-core-elements",
"version": "1.4.0",
"version": "1.5.0",
"description": "Vaadin Core Elements is an evolving set of free, open sourced custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.",
"author": "Vaadin Ltd",
"license": "Apache-2.0",

Loading…
Cancel
Save