From 8c8c38a1d1e1199a9455e1209452b8e8aa241b13 Mon Sep 17 00:00:00 2001 From: weiztech Date: Tue, 26 Oct 2021 11:39:13 +0700 Subject: [PATCH] update version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: