Skip to content

Commit 22648e1

Browse files
committed
Release v0.2
1 parent b1d4aa7 commit 22648e1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# PostBox
1+
# REST Book
22
_version 0.2_
33

4-
PostBox is a Visual Studio Code extension that allows you to perform REST calls in a Notebook interface.
4+
REST Book is a Visual Studio Code extension that allows you to perform REST calls in a Notebook interface.
55

66
## Features
77

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "rest-book",
3-
"displayName": "REST NoteBook",
3+
"displayName": "REST Book",
44
"description": "A Postman-like REST API Notebook for sending to and receiving from REST endpoints.",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"publisher": "tanha",
77
"repository": {
88
"url": "https://github.com/tanhakabir/rest-book"
@@ -22,7 +22,7 @@
2222
"notebookProvider": [
2323
{
2424
"viewType": "restbook.notebook",
25-
"displayName": "REST Notebook",
25+
"displayName": "REST Book",
2626
"priority": "default",
2727
"selector": [
2828
{

0 commit comments

Comments
 (0)