From 9d919667ad7bab70984e722a9ccae9491d544a3e Mon Sep 17 00:00:00 2001 From: Huachao Mao Date: Wed, 25 May 2016 17:31:23 +0800 Subject: [PATCH] Update version to 0.3.0 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba78273f..71dab10e 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,9 @@ Each time we sent a http request, the request details(method, url, headers and b [MIT License](LICENSE) ## Change Log +### 0.3.0 +* Display response in a seperate panel with syntax highlight + ### 0.2.2 * __Fix__: Getting history request items from previous versions diff --git a/package.json b/package.json index d2fafa91..926d0e4f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rest-client", "displayName": "REST Client", "description": "REST Client for Visual Studio Code", - "version": "0.2.2", + "version": "0.3.0", "publisher": "humao", "author": { "name": "Huachao Mao",