From e3d9ceffcba714f579a7690a2c6eb38a5fd459ff Mon Sep 17 00:00:00 2001 From: Tomi Virkki Date: Wed, 20 Jun 2018 11:57:15 +0300 Subject: [PATCH] 1.1.0-alpha3 --- package.json | 2 +- version.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b83b24d..8e7a9ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vaadin/vaadin-lumo-styles", - "version": "1.1.0-alpha2", + "version": "1.1.0-alpha3", "description": "Lumo is a design system foundation for modern web applications, used by Vaadin components", "main": "lumo.html", "repository": "vaadin/vaadin-lumo-styles", diff --git a/version.html b/version.html index 477ce4b..81d1e09 100644 --- a/version.html +++ b/version.html @@ -7,7 +7,7 @@ class Lumo extends HTMLElement { static get version() { - return '1.1.0-alpha2'; + return '1.1.0-alpha3'; } }