Skip to content

Commit

Permalink
publish : v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Nov 11, 2023
1 parent 9c62356 commit df49ccf
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 @@
## 0.5.3:
* add destinations to get all destination from road
## 0.5.2:
* remove some unnecessary files
## 0.5.1:
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-v0.5.2-orange)
![pub](https://img.shields.io/badge/pub-v0.5.3-orange)


> Package for osm routing client api
Expand All @@ -17,7 +17,7 @@
Add the following to your `pubspec.yaml` file:

dependencies:
routing_client_dart: ^0.5.2
routing_client_dart: ^0.5.3


### example for 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 project )
version: 0.5.2
version: 0.5.3
homepage: https://github.com/liodali/OSM-Routing-Client-Dart

environment:
Expand Down

0 comments on commit df49ccf

Please sign in to comment.