Skip to content

Commit

Permalink
fix: Bump cookeicluster version
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Jul 14, 2024
1 parent a8320ae commit 7940e83
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git clone https://github.com/clowdhaus/cookiecluster
cd cookiecluster
cargo build --release
./target/release/cookiecluster --version
0.2.1
0.3.1
```

## Local Development
Expand Down
2 changes: 1 addition & 1 deletion cookiecluster/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cookiecluster"
version = "0.2.1"
version = "0.3.1"
authors.workspace = true
documentation.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.1.0"
version = "0.3.1"
authors.workspace = true
documentation.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 7940e83

Please sign in to comment.