Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed May 28, 2024
1 parent c908c2f commit 2cbfb37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
edition = "2021"
name = "ahqstore_cli_rs"
version = "0.3.0"
version = "0.3.1"
description = "AHQ Store CLI"
repository = "https://github.com/ahqstore/cli"
homepage = "https://github.com/ahqstore/cli"
license = "MIT"
readme = "README.md"

[lib]
name = "ahqstore_cli"
name = "ahqstore_cli_rs"
crate-type = ["cdylib"]
path = "src/lib.rs"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahqstore/cli",
"version": "0.3.0",
"version": "0.3.1",
"napi": {
"name": "cli",
"triples": {
Expand Down

0 comments on commit 2cbfb37

Please sign in to comment.