Skip to content
Snippets Groups Projects
Verified Commit e96cffc2 authored by Louis's avatar Louis :fire:
Browse files

Bump version

parent 92e90b8a
No related branches found
No related tags found
Loading
Pipeline #549 waiting for manual action with stages
in 1 minute and 10 seconds
[package]
name = "crunch-cli"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
homepage = "https://microhacks.lcr.app/crunch/"
......
......@@ -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)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment