From 28eabbe0e6dcfcc139858287b00ea63b92511ec7 Mon Sep 17 00:00:00 2001 From: Felix Kling Date: Tue, 1 Sep 2015 10:43:30 -0700 Subject: [PATCH] Bump version to 2.1.0 for publishing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffbee0c26ca..315ff00d8c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-docgen", - "version": "2.0.1", + "version": "2.1.0", "description": "A CLI and toolkit to extract information from React components for documentation generation.", "repository": { "type": "git",