Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Mar 27, 2024
1 parent d20d746 commit 667014f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ore-app"
version = "0.0.7"
version = "0.0.8"
description = "Ore is a digital currency you can mine from anywhere, at home or on your phone."
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -108,7 +108,7 @@ solana-extra-wasm = { version = "1.17.4", git = "https://github.com/HardhatChad/
[package.metadata.bundle]
name = "Ore"
identifier = "com.ore.app"
version = "0.0.7"
version = "0.0.8"
resources = ["public"]
copyright = "Copyright (c) Hardhat Chad 2024. All rights reserved."
category = "Finance"
Expand Down
2 changes: 1 addition & 1 deletion src/components/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use dioxus::prelude::*;
use crate::components::CodeBlock;

const DESKTOP_DOWNLOAD_MAC: &str =
"https://github.com/HardhatChad/ore-app/releases/download/0.0.7/Ore-MacOS.zip";
"https://github.com/HardhatChad/ore-app/releases/download/0.0.8/Ore-MacOS.zip";

#[component]
pub fn Download(cx: Scope) -> Element {
Expand Down

0 comments on commit 667014f

Please sign in to comment.