From 3a0a19741ab9a2ce9083429a6f7213521b056cd9 Mon Sep 17 00:00:00 2001 From: Jonathan Gertig Date: Mon, 12 Feb 2018 18:08:39 -0600 Subject: [PATCH] update version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9499127..fd17008 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ It does so by default.

-### Command passthrough +### Command passthrough You can have the terminal pass out the cmd that was input diff --git a/package.json b/package.json index b621724..140a677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terminal-in-react", - "version": "3.5.1", + "version": "4.0.0", "description": "A component for making a terminal in React", "main": "lib/js/index.js", "module": "src/index.js",