From 06afe6cc18a029b9b7830aaa4d45d391e0adac7a Mon Sep 17 00:00:00 2001 From: Tomi Virkki Date: Fri, 22 Dec 2017 10:40:12 +0200 Subject: [PATCH] 4.1.0 --- package.json | 2 +- vaadin-grid.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {