Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
weiztech committed Oct 26, 2021
1 parent d8d2f5e commit 8c8c38a
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 = "swapi_client"
version = "0.0.5"
version = "0.1.0"
edition = "2018"
authors = ["Jensen Wijaya <weiztech@gmail.com>"]
description = "Rust client for Star Wars API (https://swapi.co/)"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 8c8c38a

Please sign in to comment.