Skip to content

Commit

Permalink
Updated version info
Browse files Browse the repository at this point in the history
  • Loading branch information
marlove committed Sep 16, 2019
1 parent d7f4654 commit fc645f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Release Notes

### 0.4.0

- Fixed fetching options
- Removed deprecated code

### 0.3.0

- Documented functions and errors
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-geocoding",
"version": "0.3.0",
"version": "0.4.0",
"description": "A React Native module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.",
"main": "Geocoder.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit fc645f8

Please sign in to comment.