From 5cd2cb46e6d6be2f21e2a6b308ecb5751c2d637b Mon Sep 17 00:00:00 2001 From: Limon Monte Date: Fri, 17 Aug 2018 13:27:35 +0300 Subject: [PATCH] 2.2.0 --- package.json | 2 +- src/vaadin-checkbox.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 824ffc5..1c7101d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vaadin/vaadin-checkbox", - "version": "2.2.0-beta2", + "version": "2.2.0", "description": "vaadin-checkbox", "main": "vaadin-checkbox.html", "repository": "vaadin/vaadin-checkbox", diff --git a/src/vaadin-checkbox.html b/src/vaadin-checkbox.html index 4b4d748..3fe799e 100644 --- a/src/vaadin-checkbox.html +++ b/src/vaadin-checkbox.html @@ -114,7 +114,7 @@ } static get version() { - return '2.2.0-beta2'; + return '2.2.0'; } static get properties() {