Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
begleynk committed Oct 22, 2021
1 parent a883fb2 commit d6edad1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
@@ -1,6 +1,6 @@
[package]
name = "doctave"
version = "0.3.0"
version = "0.3.1"
authors = ["Niklas Begley <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You can also use the Rust package manager, Cargo, to install Doctave. Currently
listed on crates.io, but you can install it directly from GitHub:

```
$ cargo install --git https://github.com/Doctave/doctave --tag 0.3.0
$ cargo install --git https://github.com/Doctave/doctave --tag 0.3.1
```

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ You can also use the Rust package manager, Cargo, to install Doctave. Currently
listed on crates.io, but you can install it directly from GitHub:

```
$ cargo install --git https://github.com/Doctave/doctave --tag 0.3.0
$ cargo install --git https://github.com/Doctave/doctave --tag 0.3.1
```

0 comments on commit d6edad1

Please sign in to comment.