Skip to content

Commit cebd382

Browse files
author
Andrew Pennebaker
committed
bump to v0.0.5
1 parent 0522da7 commit cebd382

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crit"
33
description = "Rust cross-compiler"
4-
version = "0.0.4"
4+
version = "0.0.5"
55
authors = ["Andrew Pennebaker <[email protected]>"]
66
license = "BSD-2-Clause"
77
homepage = "https://github.com/mcandre/crit"

DEVELOPMENT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ $ cargo audit
3535
# PORT
3636

3737
```console
38-
$ crit -b crit-0.0.4
39-
$ sh -c "cd .crit/bin && zip -r crit-0.0.4.zip crit-0.0.4"
38+
$ crit -b crit-0.0.5
39+
$ sh -c "cd .crit/bin && zip -r crit-0.0.5.zip crit-0.0.5"
4040
```

0 commit comments

Comments
 (0)