diff --git a/Cargo.toml b/Cargo.toml index 313d49c..c53c7da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swapi_client" -version = "0.0.5" +version = "0.1.0" edition = "2018" authors = ["Jensen Wijaya "] description = "Rust client for Star Wars API (https://swapi.co/)" diff --git a/README.md b/README.md index a9b3cf8..2cb0743 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -swapi_client = "0.0.5.1" +swapi_client = "0.1.0" ``` Example Usage: