Skip to content

Commit c2ef084

Browse files
committed
bump version
1 parent 2a222d5 commit c2ef084

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 = "geoip2"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["IncSW <dev@incsw.in>"]
55
description = "Library for reading MaxMind DB format used by GeoIP2 and GeoLite2"
66
readme = "README.md"

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.4)](https://docs.rs/geoip2/0.1.4)
13-
[![Dependency Status](https://deps.rs/crate/geoip2/0.1.4/status.svg)](https://deps.rs/crate/geoip2/0.1.4)
12+
[![Documentation](https://docs.rs/geoip2/badge.svg?version=0.1.5)](https://docs.rs/geoip2/0.1.5)
13+
[![Dependency Status](https://deps.rs/crate/geoip2/0.1.5/status.svg)](https://deps.rs/crate/geoip2/0.1.5)
1414

1515

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

2020
```toml
2121
[dependencies]
22-
geoip2 = "0.1.4"
22+
geoip2 = "0.1.5"
2323
```
2424

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

0 commit comments

Comments
 (0)