From d54d4bb1c85366eb1c773e1c099a8099c9fc24c8 Mon Sep 17 00:00:00 2001 From: Andreas Date: Thu, 13 May 2021 11:58:35 +0200 Subject: [PATCH] bump to 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c62891e..d3391a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,7 +185,7 @@ dependencies = [ [[package]] name = "osm_extract_polygon" -version = "0.3.1" +version = "0.3.2" dependencies = [ "clap", "geo-types", diff --git a/Cargo.toml b/Cargo.toml index 8acb556..159a7b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osm_extract_polygon" -version = "0.3.1" +version = "0.3.2" authors = ["Andreas "] edition = "2018" diff --git a/README.md b/README.md index e37e8f3..cf81e6f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Just head over to the [Releases](https://github.com/AndGem/osm_extract_polygon/r ## Usage ```sh -OSM Extract Polygon 0.3.1 +OSM Extract Polygon 0.3.2 Andreas Extracts administrative boundaries of OSM pbf files and produces polygon files compatible with Osmosis.