diff --git a/package.json b/package.json index be58d20f8..c901ffbee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vaadin-grid", - "version": "5.0.0-alpha7", + "version": "5.0.0-beta1", "description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data", "author": "Vaadin Ltd", "license": "Apache-2.0", diff --git a/src/vaadin-grid.html b/src/vaadin-grid.html index 67ae34f19..bc3470bcf 100644 --- a/src/vaadin-grid.html +++ b/src/vaadin-grid.html @@ -248,7 +248,7 @@ } static get version() { - return '5.0.0-alpha7'; + return '5.0.0-beta1'; } static get observers() {