diff --git a/Cargo.lock b/Cargo.lock index bf51aaf6..bfb8dea6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2094,7 +2094,7 @@ checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" [[package]] name = "inlyne" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index af1d2923..559851a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inlyne" -version = "0.3.2" +version = "0.3.3" description = "Introducing Inlyne, a GPU powered yet browserless tool to help you quickly view markdown files in the blink of an eye." edition = "2021" authors = ["trimental"]