Skip to content

Commit

Permalink
publish: 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Mar 19, 2024
1 parent b41f478 commit 292989a
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.5: fix bug
* fix bug related to generate path for getRoute
## 0.5.4:
* remove unnecessary dependency
* add check for nullable in road for attribute geometry
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.4-orange)
![pub](https://img.shields.io/badge/pub-v0.5.5-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.4
routing_client_dart: ^0.5.5


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

environment:
Expand Down

0 comments on commit 292989a

Please sign in to comment.