Skip to content

Commit badc30c

Browse files
committed
fix latest tag to proper version
Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com>
1 parent 2327139 commit badc30c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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",
3-
"version": "0.0.1",
3+
"version": "0.1.1",
44
"scripts": {
55
"build": "turbo build",
66
"package": "npm run package --workspaces",

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",

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
{
3333
$cwd: "packages/cli",
3434
aliasTags: {
35-
latest: ["zowe-v1-lts"],
35+
latest: ["next"],
3636
},
3737
npmPublish: true,
3838
tarballDir: "dist",

0 commit comments

Comments
 (0)