Skip to content

Commit

Permalink
missing tryParse calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Imanol Valiente authored and Imanol Valiente committed Jan 7, 2021
1 parent 7ed66f5 commit ee30d0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.1.3
Fix: missing tryParse calls.

# 0.1.2
Fixed a bug, not properly handling responses when the field types did not match the expected ones.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It's free for one request per second quota. Register in the above site to get an

```yaml
dependecies:
geocode: ^0.1.2
geocode: ^0.1.3
```
## Example
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: geocode
version: 0.1.2
version: 0.1.3
homepage: https://github.com/imvalient/geocode
repository: https://github.com/imvalient/geocode
description: >-
Expand Down

0 comments on commit ee30d0c

Please sign in to comment.