Skip to content

Commit c1b3c22

Browse files
Merge pull request #429 from wcampbell0x2a/fix-rel-0.14.2
Release 0.14.2: Fix README.md update
2 parents 0dbc48a + f782543 commit c1b3c22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This allows changing the magic bytes, custom compression algorithms, and the End
2525
Add the following to your `Cargo.toml` file:
2626
```toml
2727
[dependencies]
28-
backhand = "0.14.1"
28+
backhand = "0.14.2"
2929
```
3030
### Reading/Writing/Modifying Firmware
3131
```rust,no_run

backhand/release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ push=false
22
publish=false
33
pre-release-replacements = [
44
{file="src/lib.rs", search="backhand = .*", replace="{{crate_name}} = \"{{version}}\""},
5+
{file="../README.md", search="backhand = .*", replace="{{crate_name}} = \"{{version}}\""},
56
]

0 commit comments

Comments
 (0)