Skip to content

Commit 64ab4a3

Browse files
authored
Merge pull request #37 from REST-API-Client/docs/readmeUpdate
[2022/07/20] - Update README.md
2 parents 2939b4d + 92699ee commit 64ab4a3

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
#### README.md update
6+
7+
## 1.0.1
8+
9+
#### README.md update
10+
311
## 1.0.0
412

513
#### Initial Release
6-
7-
#### Full Changelog: https://github.com/REST-API-Client/API-Client-VSCode-Extension/commits/1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
Visual Studio Code extension to send basic HTTP/S requests and receive a response with an intuitive UI within Visual Studio code to enhance work productivity.
2828

29-
![REST API Client preview](https://user-images.githubusercontent.com/83770081/179717335-7deb920c-1c96-44be-b44c-853ad198cd8e.gif)
29+
![REST API Client preview](https://user-images.githubusercontent.com/83770081/179973792-c8db3488-3f90-4829-8eb4-f1f671d89577.gif)
3030

3131
<br>
3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "REST API Client",
55
"icon": "icons/images/icon.png",
66
"description": "Simple and intuitive API Client made into a VSCode extension.",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"license": "MIT",
99
"bugs": {
1010
"url": "https://github.com/REST-API-Client/API-Client-VSCode-Extension/issues"

0 commit comments

Comments
 (0)