From d33626906bc1340c4a7368409b9b51819e550a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kari=20So=CC=88derholm?= Date: Fri, 10 May 2019 10:51:29 +0300 Subject: [PATCH] 1.4.3 --- package.json | 2 +- version.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eee79e6..28b81a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vaadin/vaadin-lumo-styles", - "version": "1.4.2", + "version": "1.4.3", "description": "Lumo is a design system foundation for modern web applications, used by Vaadin components", "main": "all-imports.html", "repository": "vaadin/vaadin-lumo-styles", diff --git a/version.html b/version.html index c3f0d5e..d758586 100644 --- a/version.html +++ b/version.html @@ -7,7 +7,7 @@ class Lumo extends HTMLElement { static get version() { - return '1.4.2'; + return '1.4.3'; } }