Skip to content

Commit

Permalink
fix: bumps geography version
Browse files Browse the repository at this point in the history
  • Loading branch information
VannaDii committed Dec 8, 2023
1 parent f2b8288 commit f5218bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions geography/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: geography
description: A library of geographical entities, their metadata, and relationships. Provides a basic, and an earth, library with methods for finding the nearest entity and measuring distances.
version: 1.1.5
version: 2.0.0
homepage: https://pub-dev.dicatania.me/geography/
repository: https://github.com/VannaDi/pub-dev
issue_tracker: https://github.com/VannaDi/pub-dev/issues
Expand All @@ -9,9 +9,9 @@ environment:
sdk: '>=3.1.2 <4.0.0'

dependencies:
http: ^1.1.0
http: ^1.1.2
meta: ^1.11.0
path: ^1.8.3
path: ^1.9.0
archive: ^3.4.9
latlong2: ^0.9.0
diacritic: ^0.1.4
Expand All @@ -24,5 +24,5 @@ dev_dependencies:
test: ^1.24.9
lints: ^3.0.0
coverage: ^1.7.1
build_runner: ^2.4.6
build_runner: ^2.4.7
json_serializable: ^6.7.1

0 comments on commit f5218bd

Please sign in to comment.