From 47cccb8972f6214cda5e2aedbfa5a18a8c989fc7 Mon Sep 17 00:00:00 2001 From: CosmicHorror Date: Sat, 2 Dec 2023 14:04:53 -0700 Subject: [PATCH] Prepare v0.3.3 release (#182) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]