Skip to content

Commit 4514121

Browse files
committed
pub(geodata): pre-release 1.1.0-dev.0
1 parent c17f210 commit 4514121

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

dart/geodata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Add the dependency in your `pubspec.yaml`:
130130

131131
```yaml
132132
dependencies:
133-
geodata: ^1.0.0
133+
geodata: ^1.1.0-dev.0
134134
```
135135
136136
Import it:

dart/geodata/pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: A geospatial client to read GeoJSON and OGC API Features data sourc
33
version: 1.1.0-dev.0
44
repository: https://github.com/navibyte/geospatial
55
homepage: https://github.com/navibyte/geospatial/tree/main/dart/geodata
6-
publish_to: none
76

87
environment:
98
sdk: '>=2.17.0 <4.0.0'
@@ -13,9 +12,9 @@ dependencies:
1312
http: ^0.13.0
1413
meta: ^1.7.0
1514

16-
#geobase: ^1.1.0-dev.0
17-
geobase:
18-
path: ../geobase
15+
geobase: ^1.1.0-dev.0
16+
#geobase:
17+
# path: ../geobase
1918

2019
dev_dependencies:
2120
test: ^1.21.1

0 commit comments

Comments
 (0)