Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mauron85 committed Nov 1, 2017
1 parent 6109774 commit 8df7edf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### [0.3.3] - 2017-11-01
#### Fixed
- Android location sync should also be completed on 201 status code (PR #71)

### [0.3.2] - 2017-11-01
#### Fixed
- iOS implementation for isLocationEnabled (PR #92)
Expand Down
4 changes: 2 additions & 2 deletions android/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 23
versionCode 5
versionName "0.3.0-alpha.1"
versionCode 6
versionName "0.3.3"
}
}

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-mauron85-background-geolocation",
"version": "0.3.2",
"version": "0.3.3",
"description": "optimized background location tracking",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8df7edf

Please sign in to comment.