Skip to content

Commit fc645f8

Browse files
committed
Updated version info
1 parent d7f4654 commit fc645f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Release Notes
22

3+
### 0.4.0
4+
5+
- Fixed fetching options
6+
- Removed deprecated code
7+
38
### 0.3.0
49

510
- Documented functions and errors

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-geocoding",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"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.",
55
"main": "Geocoder.js",
66
"typings": "./index.d.ts",

0 commit comments

Comments
 (0)