diff --git a/Cargo.lock b/Cargo.lock index 70c6b0b..fc22288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2706,7 +2706,7 @@ dependencies = [ [[package]] name = "rlogg" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono", "eframe", diff --git a/Cargo.toml b/Cargo.toml index 5e7cc21..dbcd3ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlogg" -version = "0.2.0" +version = "0.3.0" edition = "2024" authors = ["Stanislav Pastushenko "] description = "A fast log file viewer with search, filtering, and highlighting capabilities"