From ef13419b93aedf4e34c2b86fb0ff5ec75f0373e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B6=BE=E7=80=AC=E6=A1=83=E6=A1=83?= Date: Sun, 16 Aug 2026 05:51:39 +0800 Subject: [PATCH] Bump version to 1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- web/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fb6378..e1917b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,7 +209,7 @@ dependencies = [ [[package]] name = "senbei" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index eba1196..88e468d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "senbei" -version = "1.0.0" +version = "1.0.1" edition = "2024" description = "Static unpacker for Crackproof-protected PE files" license = "AGPL-3.0-only" diff --git a/web/Cargo.toml b/web/Cargo.toml index 1ce74ec..298af82 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "senbei-web" -version = "1.0.0" +version = "1.0.1" edition = "2024" description = "WebAssembly browser frontend for senbei" license = "AGPL-3.0-only"