From 6f97494a999a15b6e9ed899febfca435294f72ef Mon Sep 17 00:00:00 2001 From: Jimmy Jia Date: Mon, 2 Nov 2015 14:37:46 -0500 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f208e5a..8fd6776 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-dev-expression", - "version": "0.0.0", + "version": "0.1.0", "description": "A mirror of Facebook's dev-expression Babel plugin", "main": "dev-expression.js", "repository": {