Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Apr 18, 2023
1 parent ce992ee commit 2b5f8df
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,6 +1,6 @@
[package]
name = "condtype"
version = "0.0.0"
version = "1.0.0"
edition = "2021"
authors = ["Nikolai Vazquez"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ or by manually adding the following to your project's [`Cargo.toml`](https://doc

```toml
[dependencies]
condtype = "0.0.0"
condtype = "1.0.0"
```

## License
Expand Down

0 comments on commit 2b5f8df

Please sign in to comment.