Skip to content

Commit 5b6a73b

Browse files
authored
Merge pull request #477 from EFForg/release-0.5.0
Bump version to 0.5.0
2 parents ccce63e + 8cbdbf5 commit 5b6a73b

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

check/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rayhunter-check"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2024"
55

66
[dependencies]

daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rayhunter-daemon"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2024"
55

66
[dependencies]

installer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "installer"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2024"
55

66
[dependencies]

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rayhunter"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2024"
55
description = "Realtime cellular data decoding and analysis for IMSI catcher detection"
66

rootshell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rootshell"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

telcom-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telcom-parser"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)