change version to 0.1.2

This commit is contained in:
2025-09-05 22:27:58 +03:00
parent bd2da01676
commit 30b8bee923
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -205,7 +205,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "colorgram"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"ansi_term",
"clap",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "colorgram"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
authors = ["arabian"]
description = "Rust library that extracts colors from image. Port of colorgram.py"