diff --git a/Cargo.toml b/Cargo.toml index 3ea788b..b85fb88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/package.json b/package.json index 8396b9b..dece11a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ahqstore/cli", - "version": "0.3.1", + "version": "0.3.2", "napi": { "name": "cli", "triples": { @@ -26,6 +26,9 @@ "engines": { "node": ">= 10" }, + "repository": { + "url": "https://github.com/ahqstore/cli" + }, "bin": { "ahqstore": "./index.js" },