Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.1.0 prior to breaking API change.
Browse files Browse the repository at this point in the history
  • Loading branch information
askeksa committed Apr 9, 2019
1 parent 3c0d203 commit 43eff2b
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 = "vst"
version = "0.0.2"
version = "0.1.0"
authors = [
"Marko Mijalkovic <[email protected]>",
"Boscop",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include the crate directly from the official [Github repository](https://github.

```toml
# get from crates.io.
vst = "*"
vst = "0.1.0"
```
```toml
# get directly from Github. This might be unstable!
Expand Down

0 comments on commit 43eff2b

Please sign in to comment.