Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Dec 28, 2021
1 parent 621c1f2 commit c502378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "piston_rs"
description = "An async wrapper for the Piston code execution engine."
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Jonxslays"]
readme = "README.md"
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 @@ For more details, check out the [documentation](https://docs.rs/piston_rs/latest
# Cargo.toml

[dependencies]
piston_rs = "^0.3"
piston_rs = "^0.4"
```

### Make requests to Piston
Expand Down

0 comments on commit c502378

Please sign in to comment.