From c3088ad66abfad029ac423d782a6d38c71307721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Filipek?= Date: Fri, 13 Jan 2017 23:02:50 +0100 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04b74b2..22359d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-props", - "version": "0.0.3", + "version": "0.1.0", "description": "Small helper to style your components with style.", "main": "lib/index.js", "jsnext:main": "src/index.js",