Skip to content

Commit

Permalink
Bump version to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pR0Ps committed Sep 15, 2018
1 parent bab29f1 commit c8ae385
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Location Share Changelog

### [v1.3.1] - 2018-09-14
- Added 2 missing translations

### [v1.3] - 2018-09-09
- Added the ability to configure the URL type in a settings menu - thanks [@mahula](https://github.com/mahula)
- The supported SDK range is now 14 to 27 (was 9 to 25)
Expand All @@ -16,6 +19,7 @@
### [v1.0] - 2016-11-03
- Initial version

[v1.3.1]: https://github.com/pR0Ps/LocationShare/compare/v1.3...v1.3.1
[v1.3]: https://github.com/pR0Ps/LocationShare/compare/v1.2...v1.3
[v1.2]: https://github.com/pR0Ps/LocationShare/compare/v1.1...v1.2
[v1.1]: https://github.com/pR0Ps/LocationShare/compare/v1.0...v1.1
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "ca.cmetcalfe.locationshare"
minSdkVersion 14
targetSdkVersion 27
versionCode 4
versionName "1.3"
versionCode 5
versionName "1.3.1"
}
buildTypes {
release {
Expand Down

0 comments on commit c8ae385

Please sign in to comment.