Skip to content

Commit

Permalink
publish v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Dec 17, 2024
1 parent 65b270d commit 9c9691e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 9c9691e

Please sign in to comment.