Skip to content

Commit ef2de63

Browse files
committed
Bump version to 0.1.1 [ci skip]
Signed-off-by: zowe-robot <[email protected]>
1 parent 2e0a571 commit ef2de63

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

lerna.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"version": "0.1.1",
3-
"command": {
4-
"version": {
5-
"forcePublish": true,
6-
"private": true
7-
}
8-
},
9-
"useWorkspaces": true
2+
"version": "0.1.1",
3+
"command": {
4+
"version": {
5+
"forcePublish": true,
6+
"private": true
7+
}
8+
},
9+
"useWorkspaces": true
1010
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zowe/secrets-for-kubernetes-for-zowe-cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Kubernetes secrets plugin for Zowe CLI",
55
"author": "Zowe",
66
"license": "EPL-2.0",

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "secrets-for-kubernetes",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"repository": "https://github.com/zowe/zowe-cli-secrets-for-kubernetes",
55
"main": "dist/extension.js",
66
"typings": "dist/extension.d.ts",

0 commit comments

Comments
 (0)