From d1023926d52b4db64121d6eda0e52269c1f1b324 Mon Sep 17 00:00:00 2001 From: Goldy <66202304+THEGOLDENPRO@users.noreply.github.com> Date: Wed, 15 May 2024 22:09:50 +0000 Subject: [PATCH] chore: set version to alpha 1 --- 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 813fc48..a2f365d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roseate" -version = "0.1.0" +version = "0.1.0-alpha.1" description = "A small and simple but fancy image viewer built with Rust & Typescript that's cross platform." authors = ["Goldy "] license = "GPL-3.0"