Skip to content

Commit

Permalink
incrementing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpatrick committed Feb 21, 2024
1 parent c3d4ca6 commit 34658c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wktui",
"productName": "WebLogic Kubernetes Toolkit UI",
"version": "1.6.1",
"version": "1.6.2",
"description": "WebLogic Kubernetes Toolkit UI",
"copyright": "Copyright (c) 2021, 2023, Oracle and/or its affiliates.",
"homepage": "https://github.com/oracle/weblogic-toolkit-ui",
Expand Down
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"eslint": "cd electron && npm run eslint && cd ../webui && npm run eslint && cd ..",
"precommit": "npm run test && npm run eslint"
},
"version": "0.0.1"
"version": "0.0.0"
}

0 comments on commit 34658c5

Please sign in to comment.