Skip to content

Commit

Permalink
Patch v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bajrangCoder committed Apr 24, 2024
1 parent 3f50189 commit 1ae2b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acodex-server",
"version": "1.1.5",
"version": "1.1.6",
"description": "Server of Acode AcodeX plugin",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const program = new Command();
program
.name("axs")
.description("CLI of AcodeX Acode plugin")
.version("1.1.5")
.version("1.1.6")
.option("-p, --port <port>", "port to start the server")
.option("-i, --ip", "start the server on local network (ip)")
.action(options => {
Expand Down

0 comments on commit 1ae2b2a

Please sign in to comment.