From df3ca50713a109310262b4165f8a38f50d01f609 Mon Sep 17 00:00:00 2001 From: Strahil Minev <4955925+haltsir@users.noreply.github.com> Date: Thu, 13 Dec 2018 13:14:02 +0200 Subject: [PATCH] v0.0.16-circuit (#338) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e39b2636c..c9563219ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sumup/circuit-ui", "sideEffects": false, - "version": "0.0.15-canary", + "version": "0.0.16-canary", "description": "SumUp's React UI component library", "main": "lib/index.js", "module": "lib/es/index.js",