Skip to content

Commit b73d414

Browse files
committed
release 0.1.4
1 parent 4a4faf4 commit b73d414

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 0.1.4 *(2016-24-01)*
5+
----------------------------
6+
7+
* Bumped plugins
8+
49
Version 0.1.3 *(2015-09-12)*
510
----------------------------
611

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Android GPX Parser
22
=======
33

44
A library to parse XML Gpx files, built for Android.
5-
Far from complete, pull requests are welcome.
5+
Far from complete - pull requests are welcome!
66

77
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-android--gpx--parser-green.svg?style=flat)](https://android-arsenal.com/details/1/2500)
88

@@ -12,7 +12,7 @@ Download
1212
Grab via Gradle:
1313

1414
```groovy
15-
compile 'io.ticofab.androidgpxparser:parser:0.1.3'
15+
compile 'io.ticofab.androidgpxparser:parser:0.1.4'
1616
```
1717

1818
Dependencies

parser/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/ticofab/android-gpx-parser'
1414
gitUrl = 'https://github.com/ticofab/android-gpx-parser.git'
1515

16-
libraryVersion = '0.1.3'
16+
libraryVersion = '0.1.4'
1717

1818
developerId = 'ticofab'
1919
developerName = 'Fabio Tiriticco'

0 commit comments

Comments
 (0)