diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 2865404..3c0e972 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4235,7 +4235,7 @@ dependencies = [ [[package]] name = "track3" -version = "0.2.3" +version = "0.2.4" dependencies = [ "binance-rs-async", "coingecko", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1a22d29..6ff5de5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -6,7 +6,7 @@ license = "" name = "track3" repository = "" rust-version = "1.57" -version = "0.2.3" +version = "0.2.4" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 62c24cd..200c7d7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "track3", - "version": "0.2.3" + "version": "0.2.4" }, "tauri": { "allowlist": { diff --git a/src/components/index/index.tsx b/src/components/index/index.tsx index 5a1f15c..cb79705 100644 --- a/src/components/index/index.tsx +++ b/src/components/index/index.tsx @@ -15,6 +15,7 @@ import ChartDataLabels from "chartjs-plugin-datalabels"; import HistoricalData from "../historical-data"; import Overview from "../overview"; import Comparison from "../comparison"; +import WalletAnalyzer from "../wallet-analyzer"; import "./index.css"; import menuIcon from "../../assets/icons/menu-icon.png"; @@ -205,6 +206,7 @@ const App = () => {