From 418b6a61a7e04beacd5e460e0efa15d749cab69b Mon Sep 17 00:00:00 2001 From: Goldy <66202304+THEGOLDENPRO@users.noreply.github.com> Date: Thu, 16 May 2024 21:05:23 +0100 Subject: [PATCH] chore: version bump --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 80c5f6a..9774dd8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roseate" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" description = "A small and simple but fancy image viewer built with Rust & Typescript that's cross platform." authors = ["Goldy "] license = "GPL-3.0"