Skip to content

Commit 30537c9

Browse files
committed
update readme
1 parent 5d3c689 commit 30537c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
[![Downloads](https://img.shields.io/crates/d/geoip2.svg)](https://crates.io/crates/geoip2)
1010

1111
[![crates.io](https://img.shields.io/crates/v/geoip2?label=latest)](https://crates.io/crates/geoip2)
12-
[![Documentation](https://docs.rs/geoip2/badge.svg?version=0.1.6)](https://docs.rs/geoip2/0.1.6)
13-
[![Dependency Status](https://deps.rs/crate/geoip2/0.1.6/status.svg)](https://deps.rs/crate/geoip2/0.1.6)
12+
[![Documentation](https://docs.rs/geoip2/badge.svg?version=0.1.7)](https://docs.rs/geoip2/0.1.7)
13+
[![Dependency Status](https://deps.rs/crate/geoip2/0.1.7/status.svg)](https://deps.rs/crate/geoip2/0.1.7)
1414

1515

1616
</div>
@@ -19,7 +19,7 @@
1919

2020
```toml
2121
[dependencies]
22-
geoip2 = "0.1.6"
22+
geoip2 = "0.1.7"
2323
```
2424

2525
See [examples/lookup.rs](examples/lookup.rs) for a basic example.

0 commit comments

Comments
 (0)