diff --git a/README.md b/README.md index 7e2d911f..16b2fb8f 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ Each time we sent a http request, the request details(method, url, headers and b [MIT License](LICENSE) ## Change Log +### 0.3.1 +* Add get and post code snippet + ### 0.3.0 * Display response in a separate pane with syntax highlight diff --git a/package.json b/package.json index 23b68d48..aa129cc6 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.3.0", + "version": "0.3.1", "publisher": "humao", "author": { "name": "Huachao Mao",