Skip to content

Commit

Permalink
version upgrade in yml file and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan Choyal committed Nov 26, 2023
1 parent cd0b06d commit 17f6cf8
Show file tree
Hide file tree
Showing 2 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 @@
# [4.2.0] - 26 Nov 2023
- Huge code refactoring by [@LorenzSchueler](https://github.com/LorenzSchueler). Json parsing is now done using [json_serializable](https://pub.dev/packages/json_serializable) and [json_annotation](https://pub.dev/packages/json_annotation) packages.


# [4.1.0-beta.3] - 22 Sep 2023
- Package Upgrades
- Minor bug fixes
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: mapbox_search
description: A Flutter package for place search using MapBox Api and for Static map image
version: 4.1.0-beta.3
version: 4.2.0

homepage: https://github.com/ketanchoyal/mapbox_search

environment:
sdk: ^3.0.0

dependencies:
http: ^1.1.0
http: ^1.1.0
json_annotation: ^4.4.0
uuid: ^4.0.0
color: ^3.0.0
Expand Down

0 comments on commit 17f6cf8

Please sign in to comment.