Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Oct 19, 2024
1 parent bf377d5 commit da567d3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 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.6.0"
version = "0.7.0"
description = "AHQ Store CLI"
repository = "https://github.com/ahqstore/cli"
homepage = "https://github.com/ahqstore/cli"
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.6.0",
"version": "0.7.0",
"readme": "./README.md",
"napi": {
"name": "cli",
Expand Down
2 changes: 1 addition & 1 deletion src/app/build/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ pub fn build_config(upload: bool, gh_action: bool) {
downloadUrls: HashMap::default(),
displayImages,
resources: Some(resources),
app_page: config.source,
license_or_tos: config.license_or_tos,
install: InstallerOptions {
linux: None,
Expand All @@ -118,6 +117,7 @@ pub fn build_config(upload: bool, gh_action: bool) {
version,
site: config.site,
source: config.redistributed,
verified: false
};

let mut num = 0;
Expand Down
2 changes: 0 additions & 2 deletions src/app/shared/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub struct IMetadata<'a> {
#[serde[borrow]]
pub finder: FileFinder<'a>,
pub site: Option<Str>,
pub source: Option<Str>,
pub redistributed: Option<Str>,
pub license_or_tos: Option<Str>,
}
Expand Down Expand Up @@ -55,7 +54,6 @@ impl<'a> IMetadata<'a> {
platform,
finder: FileFinder::new(),
site: None,
source: None,
redistributed: None,
license_or_tos: None
},
Expand Down

0 comments on commit da567d3

Please sign in to comment.