Skip to content

Commit

Permalink
update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
REinject committed Sep 10, 2024
1 parent 521388e commit 5d5347c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pe-sign"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["REinject"]
homepage = "https://github.com/0xlane/pe-sign"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Download the binary for your platform from the Releases page. On Linux and macOS
### Usage

```powershell
pe-sign (0.1.0) - REinject
pe-sign (0.1.1) - REinject
A tool for parsing and verifing PE file signatures
Repository: https://github.com/0xlane/pe-sign
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
### 使用说明

```powershell
pe-sign (0.1.0) - REinject
pe-sign (0.1.1) - REinject
A tool for parsing and verifing PE file signatures
Repository: https://github.com/0xlane/pe-sign
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fn cli() -> clap::Command {
use clap::{arg, value_parser, Command};

Command::new("pe-sign")
.version("0.1.0")
.version("0.1.1")
.about("A tool for parsing and verifing PE file signatures\n\nRepository: https://github.com/0xlane/pe-sign\n")
.author("REinject")
.help_template("{name} ({version}) - {author}\n{about}\n{all-args}")
Expand Down

0 comments on commit 5d5347c

Please sign in to comment.