Skip to content

Commit 8c8c38a

Browse files
committed
update version
1 parent d8d2f5e commit 8c8c38a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swapi_client"
3-
version = "0.0.5"
3+
version = "0.1.0"
44
edition = "2018"
55
authors = ["Jensen Wijaya <[email protected]>"]
66
description = "Rust client for Star Wars API (https://swapi.co/)"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add this to your `Cargo.toml`:
1111

1212
```toml
1313
[dependencies]
14-
swapi_client = "0.0.5.1"
14+
swapi_client = "0.1.0"
1515
```
1616

1717
Example Usage:

0 commit comments

Comments
 (0)