From 577ab6c95cf4cc047ad6cf6935c55f6effa46e92 Mon Sep 17 00:00:00 2001 From: liodali <16631886+liodali@users.noreply.github.com> Date: Sun, 22 Dec 2024 09:37:45 +0100 Subject: [PATCH] publish: 1.0.5 --- CHANGELOG.md | 2 ++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 534a129..d42b848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.0.5: +* fix copy instruction in getOSRMRoad #26 ## 1.0.4: * improve internally osrm_service,valhalla_service ## 1.0.3: diff --git a/README.md b/README.md index cd779bb..75dd732 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Routing Client Dart Package -![pub](https://img.shields.io/badge/pub-v1.0.4-blue) +![pub](https://img.shields.io/badge/pub-v1.0.5-blue) > Package for osm routing client api diff --git a/pubspec.yaml b/pubspec.yaml index 2f217b9..a7af1bd 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.4 +version: 1.0.5 homepage: https://github.com/liodali/OSM-Routing-Client-Dart environment: