From d74eb16cad32bfec0d9bf1a76ebee6b287c4acb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Mond=C3=ADk?= Date: Tue, 14 Feb 2017 11:06:39 +0100 Subject: [PATCH] Release 0.3.2 (#101) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2e55d50..90f6b02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bluekit", - "version": "0.3.1", + "version": "0.3.2", "description": "Visualisation and Playground generated from Components", "main": "lib/index.js", "jsnext:main": "src/index.js", @@ -74,7 +74,7 @@ "fuzzy": ">=0.1", "gulp": ">=3", "gulp-eslint": "^3.0.1", - "immutable": "^3.8.1", + "immutable": "3.8.1", "lodash": "^4.16.6", "nunjucks": ">=2", "radium": ">=0.15",