From a477fe0810a103c9ed0480648104479e5b1b7e35 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 24 Sep 2015 20:22:10 +0300 Subject: [PATCH] 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a8d227..ba3324c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-react-transform", - "version": "1.1.0", + "version": "1.1.1", "description": "Babel plugin to instrument React components with custom transforms", "main": "lib/index.js", "repository": {