From 9a3b5afd1d5f9f67df063251e968899edf91418b Mon Sep 17 00:00:00 2001 From: OneEyeMaker Date: Wed, 6 Jul 2022 16:57:30 +0300 Subject: [PATCH] Set project version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 309042c..098e6af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starry_mosaic" -version = "0.1.0" +version = "0.2.0" authors = ["Alexander Anishin "] license = "MIT" description = "A library for generating colorful mosaic images with various geometrical patterns."