From 78dd2f74a4b54b0a0aca28651ac2852a8cf271c1 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Tue, 6 Jan 2026 09:05:31 -0800 Subject: [PATCH] version bump --- check/Cargo.toml | 2 +- daemon/Cargo.toml | 2 +- installer-gui/.gitignore | 1 + installer/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- rootshell/Cargo.toml | 2 +- telcom-parser/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/check/Cargo.toml b/check/Cargo.toml index 0ebf6c9..fd57346 100644 --- a/check/Cargo.toml +++ b/check/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-check" -version = "0.8.0" +version = "0.9.0" edition = "2024" [dependencies] diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 2ce7f97..6918f6f 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-daemon" -version = "0.8.0" +version = "0.9.0" edition = "2024" rust-version = "1.88.0" diff --git a/installer-gui/.gitignore b/installer-gui/.gitignore index 6635cf5..e0ccf08 100644 --- a/installer-gui/.gitignore +++ b/installer-gui/.gitignore @@ -8,3 +8,4 @@ node_modules !.env.example vite.config.js.timestamp-* vite.config.ts.timestamp-* +/src-tauri/binaries diff --git a/installer/Cargo.toml b/installer/Cargo.toml index 8b60aac..094db40 100644 --- a/installer/Cargo.toml +++ b/installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "installer" -version = "0.8.0" +version = "0.9.0" edition = "2024" [lib] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 764e642..7cb0c1c 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter" -version = "0.8.0" +version = "0.9.0" edition = "2024" description = "Realtime cellular data decoding and analysis for IMSI catcher detection" diff --git a/rootshell/Cargo.toml b/rootshell/Cargo.toml index 2206cf6..2165c36 100644 --- a/rootshell/Cargo.toml +++ b/rootshell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rootshell" -version = "0.8.0" +version = "0.9.0" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/telcom-parser/Cargo.toml b/telcom-parser/Cargo.toml index 8656813..e94e6d3 100644 --- a/telcom-parser/Cargo.toml +++ b/telcom-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telcom-parser" -version = "0.8.0" +version = "0.9.0" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html