diff --git a/Cargo.lock b/Cargo.lock index 3d4e31b..591d1b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,7 +50,7 @@ dependencies = [ [[package]] name = "imgsyn" -version = "1.0.0-a" +version = "1.0.1" dependencies = [ "png", ] diff --git a/Cargo.toml b/Cargo.toml index 6b5a0cb..97ca5f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "imgsyn" description = "Image synthesizer" license = "MIT" repository = "https://git.tudbut.de/tudbut/imgsyn" -version = "1.0.0-a" +version = "1.0.1" edition = "2024" [dependencies]