Skip to content

Commit

Permalink
bump to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Apr 1, 2023
1 parent 0522da7 commit cebd382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crit"
description = "Rust cross-compiler"
version = "0.0.4"
version = "0.0.5"
authors = ["Andrew Pennebaker <andrew.pennebaker@gmail.com>"]
license = "BSD-2-Clause"
homepage = "https://github.com/mcandre/crit"
Expand Down
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ $ cargo audit
# PORT

```console
$ crit -b crit-0.0.4
$ sh -c "cd .crit/bin && zip -r crit-0.0.4.zip crit-0.0.4"
$ crit -b crit-0.0.5
$ sh -c "cd .crit/bin && zip -r crit-0.0.5.zip crit-0.0.5"
```

0 comments on commit cebd382

Please sign in to comment.