Skip to content

Commit

Permalink
chore: prepared 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoury committed Jul 19, 2022
1 parent fa3c5d0 commit d5c0290
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "A database compatible with MongoDB Wire Protocol that uses PostgreSQL for backend storage."
edition = "2021"
name = "oxide"
version = "0.1.1"
version = "0.1.2"

[dependencies]
autoincrement = {version = "1", features = ["derive", "async"]}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ By default oxide will bind to 127.0.0.1 and port 27017. You can change those set

```
> $ ./oxide --help
oxide 0.1.1
oxide 0.1.2
A database compatible with MongoDB Wire Protocol that uses PostgreSQL for backend storage.
USAGE:
Expand Down

0 comments on commit d5c0290

Please sign in to comment.