Skip to content

Commit 516f852

Browse files
committed
Bump to v0.1.0
1 parent 01b7693 commit 516f852

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-shell",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"description": "A CLI tool that provides developers with a modern alternative to HTTP clients for interacting with APIs.",
55
"homepage": "https://github.com/SoftInstigate/http-shell",
66
"keywords": [

plugins/plugin-client-default/notebooks/welcome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"attributes": [
113113
{
114114
"key": "VERSION",
115-
"value": "0.0.3"
115+
"value": "0.1.0"
116116
}
117117
],
118118
"key": "COMPONENT"
@@ -238,7 +238,7 @@
238238
"attributes": [
239239
{
240240
"key": "VERSION",
241-
"value": "0.0.3"
241+
"value": "0.1.0"
242242
}
243243
],
244244
"key": "COMPONENT"

plugins/plugin-client-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/plugin-client",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"description": "Kui plugin that offers client defintion",
55
"main": "dist/index.js",
66
"module": "mdist/index.js",

plugins/plugin-http-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/plugin-http-shell",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"description": "HTTP Shell",
55
"main": "dist/index.js",
66
"module": "mdist/index.js",

0 commit comments

Comments
 (0)