Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed May 28, 2024
1 parent 2cbfb37 commit 4436321
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ahqstore_cli_rs"
version = "0.3.1"
version = "0.3.2"
description = "AHQ Store CLI"
repository = "https://github.com/ahqstore/cli"
homepage = "https://github.com/ahqstore/cli"
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahqstore/cli",
"version": "0.3.1",
"version": "0.3.2",
"napi": {
"name": "cli",
"triples": {
Expand All @@ -26,6 +26,9 @@
"engines": {
"node": ">= 10"
},
"repository": {
"url": "https://github.com/ahqstore/cli"
},
"bin": {
"ahqstore": "./index.js"
},
Expand Down

0 comments on commit 4436321

Please sign in to comment.