Skip to content

Commit 667014f

Browse files
committed
update version
1 parent d20d746 commit 667014f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ore-app"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "Ore is a digital currency you can mine from anywhere, at home or on your phone."
55
edition = "2021"
66
license = "Apache-2.0"
@@ -108,7 +108,7 @@ solana-extra-wasm = { version = "1.17.4", git = "https://github.com/HardhatChad/
108108
[package.metadata.bundle]
109109
name = "Ore"
110110
identifier = "com.ore.app"
111-
version = "0.0.7"
111+
version = "0.0.8"
112112
resources = ["public"]
113113
copyright = "Copyright (c) Hardhat Chad 2024. All rights reserved."
114114
category = "Finance"

src/components/download.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use dioxus::prelude::*;
44
use crate::components::CodeBlock;
55

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

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

0 commit comments

Comments
 (0)