Skip to content

Commit

Permalink
(cargo-release) version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Dec 10, 2021
1 parent 9fc1dd3 commit 5c66da0
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.1.4-dev.0"
version = "0.2.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.1.3"
vectora = "0.2.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 @@ -86,7 +86,7 @@
//!
//! ```toml
//! [dependencies]
//! vectora = "0.1.3"
//! vectora = "0.2.0"
//! ```
//!
//! The examples below assume the following [`Vector`] struct import in
Expand Down

0 comments on commit 5c66da0

Please sign in to comment.