Skip to content

Commit

Permalink
publish: 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Feb 1, 2024
1 parent d5e1d8c commit c1c1fb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.4:
* remove unnecessary dependency
* add check for nullable in road for attribute geometry
* thanks for @eshjordan, @derklaro for their contribution
## 0.5.3:
* add destinations to get all destination from road
## 0.5.2:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Add the following to your `pubspec.yaml` file:

dependencies:
routing_client_dart: ^0.5.3
routing_client_dart: ^0.5.4


### 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.3
version: 0.5.4
homepage: https://github.com/liodali/OSM-Routing-Client-Dart

environment:
Expand Down

0 comments on commit c1c1fb2

Please sign in to comment.