From 0a6448c68a08950531db6b07f154d19f68dae8e5 Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Mon, 30 Mar 2026 01:00:45 +0200 Subject: [PATCH] version bump --- rustitch/Cargo.toml | 2 +- stitch-peek/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rustitch/Cargo.toml b/rustitch/Cargo.toml index c4d3c0e..ba80fc4 100644 --- a/rustitch/Cargo.toml +++ b/rustitch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustitch" -version = "0.1.1" +version = "0.1.2" edition = "2024" description = "PES embroidery file parser and thumbnail renderer" license = "MIT" diff --git a/stitch-peek/Cargo.toml b/stitch-peek/Cargo.toml index 2673c2a..8c016a2 100644 --- a/stitch-peek/Cargo.toml +++ b/stitch-peek/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stitch-peek" -version = "0.1.1" +version = "0.1.2" edition = "2024" description = "Nautilus thumbnail generator for PES embroidery files" license = "MIT"