diff --git a/Cargo.toml b/Cargo.toml index fb22dc1..298e869 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fit" -version = "0.2.0" +version = "0.2.1" license = "MIT" authors = ["Richard Brodie "] edition = "2018" diff --git a/README.md b/README.md index c93d799..c6d43c2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It currently *does not* support FIT files using custom developer fields. ```toml [dependencies] -fit = "0.0.2" +fit = "0.2" ``` ## Usage