diff --git a/package.json b/package.json index 49a6dabcd..0798dce87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vaadin-grid", - "version": "4.1.0-beta1", + "version": "4.1.0", "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/vaadin-grid.html b/vaadin-grid.html index 2697c192a..1571b0200 100644 --- a/vaadin-grid.html +++ b/vaadin-grid.html @@ -241,7 +241,7 @@ } static get version() { - return '4.1.0-beta1'; + return '4.1.0'; } static get observers() {