Skip to content

Commit

Permalink
(cargo-release) version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Dec 23, 2021
1 parent 1b4817e commit 857fe29
Show file tree
Hide file tree
Showing 3 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,6 +1,6 @@
[package]
name = "vectora"
version = "0.4.1-dev.0"
version = "0.5.0"
authors = ["Chris Simpkins <chris@sourcefoundry.org>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Import the library in the `[dependencies]` section of your `Cargo.toml` file:

```toml
[dependencies]
vectora = "0.4.0"
vectora = "0.5.0"
```

## Developer documentation
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
//!
//! ```toml
//! [dependencies]
//! vectora = "0.4.0"
//! vectora = "0.5.0"
//! ```
//!
//! The examples below assume the following [`Vector`] struct import in
Expand Down

0 comments on commit 857fe29

Please sign in to comment.