From 70a9fa62cf64489bdade8e4c4cb667185d716f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hapl?= Date: Mon, 6 Aug 2018 14:36:22 +0200 Subject: [PATCH] Release 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e13b8ff0a..248b0991f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "0.4.0", + "version": "0.4.1", "scripts": { "storybook": "start-storybook -p 6007 -c .storybook", "build": "yarn clean && yarn build:icons && yarn build:lib && yarn build:module",