Skip to content

Commit

Permalink
update ahqstore-types
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Sep 25, 2024
1 parent ea361ac commit e51f19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-ahqstore-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ahqstore-types"
description = "Standard types used by AHQ Store"
version = "3.2.6"
version = "3.2.7"
edition = "2021"
license-file = "../LICENSE.md"
repository = "https://github.com/ahqsoftwares/tauri-ahq-store"
Expand Down
2 changes: 1 addition & 1 deletion src-ahqstore-types/src/api/internet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub static COMMIT_URL: &'static str = "https://api.github.com/repos/ahqstore/app
pub static APP_URL: LazyLock<String> =
LazyLock::new(|| format!("{BASE_URL}/db/apps/{{APP_ID}}.json"));
pub static APP_ASSET_URL: LazyLock<String> =
LazyLock::new(|| format!("{BASE_URL}/db/res/{{APP_ID}}/{{ASSET}}.json"));
LazyLock::new(|| format!("{BASE_URL}/db/res/{{APP_ID}}/{{ASSET}}"));

pub static TOTAL: LazyLock<String> = LazyLock::new(|| format!("{BASE_URL}/db/total"));
pub static HOME: LazyLock<String> = LazyLock::new(|| format!("{BASE_URL}/db/home.json"));
Expand Down

0 comments on commit e51f19d

Please sign in to comment.