Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
TamimiGitHub committed Aug 13, 2024
1 parent d8c916f commit 316ba98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solace-community/stm",
"version": "0.0.45",
"version": "0.0.46",
"description": "Solace Try-Me Command Line Tool",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,8 @@
"dev": "tsc -w",
"index": "ts-node bin/index.js",
"build": "tsc",
"package": "pkg package.json"
"package": "pkg package.json",
"publish": "npm run build; npm publish --access public"
},
"main": "./dist/src/index.js",
"bin": {
Expand Down

0 comments on commit 316ba98

Please sign in to comment.