From 92c4a79536d93cc7ebaa4ccad064ce25758040bf Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Sun, 4 Aug 2019 17:03:23 -0500 Subject: [PATCH] Prepare v0.7.2 release --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cad4955..a178e96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "termination", "main": "./lib/termination", - "version": "0.7.1", + "version": "0.7.2", "description": "A terminal package for Atom, complete with themes, API and more. Fork of platformio-ide-terminal.", "author": "Jeremy Ebneyamin", "keywords": [ @@ -73,4 +73,4 @@ } } } -} \ No newline at end of file +}