From 3a98fc490d659c8e7215389cab416bf0f70f986f Mon Sep 17 00:00:00 2001
From: Goldy <66202304+THEGOLDENPRO@users.noreply.github.com>
Date: Fri, 1 Nov 2024 22:31:46 +0000
Subject: [PATCH] chore: version bump for improved downsampling and panning

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 035bf18..1ea4b5a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "roseate"
 edition = "2021"
-version = "0.1.0-alpha.9"
+version = "0.1.0-alpha.10"
 description = "A small and simple but fancy image viewer built with Rust that's cross platform."
 authors = ["Goldy <goldy@devgoldy.xyz>"]
 license = "GPL-3.0"