From e96cffc265fde30c99de76fc73d6f176b776a8a5 Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Fri, 22 Sep 2023 22:28:16 +0100
Subject: [PATCH] Bump version

---
 Cargo.toml           | 2 +-
 src/commands/info.rs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 4cf4155..2d9f63a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "crunch-cli"
-version = "0.7.0"
+version = "0.7.1"
 edition = "2021"
 
 homepage = "https://microhacks.lcr.app/crunch/"
diff --git a/src/commands/info.rs b/src/commands/info.rs
index 235d06e..3fb0d52 100644
--- a/src/commands/info.rs
+++ b/src/commands/info.rs
@@ -4,7 +4,7 @@ use serde::{Deserialize, Serialize};
 
 /// Extract Information About An Image or Spritesheet
 #[derive(Debug, Clone, Parser, Serialize, Deserialize)]
-#[clap(author, version = "0.7.0")]
+#[clap(author, version = "0.7.1")]
 pub struct Info {
 	/// The path to the image file
 	#[serde(default)]
-- 
GitLab