Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Apr 2, 2024
1 parent 771f387 commit 0b7ab8b
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 = "1.0.0"
version = "1.0.1"
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 @@ -110,7 +110,7 @@ solana-extra-wasm = { version = "1.17.4", git = "https://github.com/HardhatChad/
[package.metadata.bundle]
name = "Ore"
identifier = "com.ore.app"
version = "1.0.0"
version = "1.0.1"
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/1.0.0/Ore-MacOS.zip";
"https://github.com/HardhatChad/ore-app/releases/download/1.0.1/Ore-MacOS.zip";

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

0 comments on commit 0b7ab8b

Please sign in to comment.