From 9f1dd6323ac09313ee7f7f9a7d394043543eee72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Hapl?= Date: Tue, 18 Sep 2018 13:16:22 +0200 Subject: [PATCH] Release 0.11.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c6b4a025b..d5c2c3d8a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "0.11.0", + "version": "0.11.1", "scripts": { "storybook": "start-storybook -p 6007 -c .storybook", "build": "yarn clean && yarn build:icons && yarn build:lib && yarn build:module",