diff --git a/CHANGELOG.md b/CHANGELOG.md index 371a60d..67d7d2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.0.2: +* export route model ## 1.0.1: * forget to export OSRMRequest & ValhallaRequest ## 1.0.0: add valhalla route API diff --git a/README.md b/README.md index f09c88a..d0ac584 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Routing Client Dart Package -![pub](https://img.shields.io/badge/pub-v1.0.1-blue) +![pub](https://img.shields.io/badge/pub-v1.0.2-blue) > Package for osm routing client api @@ -27,7 +27,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - routing_client_dart: ^1.0.1 + routing_client_dart: ^1.0.2 ### example for osrm route service diff --git a/pubspec.yaml b/pubspec.yaml index 5b1cbaa..af4a40d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: routing_client_dart description: Dart Package for Routing Client Api ( support OSRM/Valhalla project ) -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/liodali/OSM-Routing-Client-Dart environment: