From ed371964c226ac71bd7452fda203d326f2452d34 Mon Sep 17 00:00:00 2001 From: Breadway Date: Sat, 15 Aug 2026 23:05:47 +0800 Subject: [PATCH] Bump version to v0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5890128..6cf4d70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,7 +106,7 @@ dependencies = [ [[package]] name = "breadshot" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "bread-utils", diff --git a/Cargo.toml b/Cargo.toml index fbba4d4..e156f4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "breadshot" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" authors = ["Breadway"]