From 0b7ab8be0fe4cc2a800898a436c2303ad48c5d3f Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Tue, 2 Apr 2024 08:56:03 -0500 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- src/components/download.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2212643..8c49522a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4331,7 +4331,7 @@ dependencies = [ [[package]] name = "ore-app" -version = "1.0.0" +version = "1.0.1" dependencies = [ "async-std", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index bdd72dcf..34855968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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" diff --git a/src/components/download.rs b/src/components/download.rs index 10cab478..93476757 100644 --- a/src/components/download.rs +++ b/src/components/download.rs @@ -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 {