diff --git a/package.json b/package.json index 6e12d8d..0e3c80e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vaadin/vaadin-lumo-styles", - "version": "1.4.0", + "version": "1.4.1", "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 2a7093f..44a8e1b 100644 --- a/version.html +++ b/version.html @@ -7,7 +7,7 @@ class Lumo extends HTMLElement { static get version() { - return '1.4.0'; + return '1.4.1'; } }