Skip to content

Commit bf17e6c

Browse files
committed
0.4.3
1 parent 551e108 commit bf17e6c

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/BINSTALL.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
owner: context.repo.owner,
5353
repo: context.repo.repo,
5454
tag_name: version,
55-
name: `AHQ Store CLI v${version}`,
55+
name: `CLI Binaries v${version}`,
5656
body: String(fs.readFileSync("./latest.md")),
5757
draft: true,
5858
prerelease: false

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "ahqstore_cli_rs"
4-
version = "0.4.2"
4+
version = "0.4.3"
55
description = "AHQ Store CLI"
66
repository = "https://github.com/ahqstore/cli"
77
homepage = "https://github.com/ahqstore/cli"

latest.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# AHQ Store CLI v0.4.1
2-
3-
- Test adding cargo b(inary)install support
1+
- Just a clone of 0.4.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahqstore/cli",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"napi": {
55
"name": "cli",
66
"triples": {

0 commit comments

Comments
 (0)