Skip to content

Commit

Permalink
release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ticofab committed Jan 24, 2016
1 parent 4a4faf4 commit b73d414
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 0.1.4 *(2016-24-01)*
----------------------------

* Bumped plugins

Version 0.1.3 *(2015-09-12)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Android GPX Parser
=======

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

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

Expand All @@ -12,7 +12,7 @@ Download
Grab via Gradle:

```groovy
compile 'io.ticofab.androidgpxparser:parser:0.1.3'
compile 'io.ticofab.androidgpxparser:parser:0.1.4'
```

Dependencies
Expand Down
2 changes: 1 addition & 1 deletion parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/ticofab/android-gpx-parser'
gitUrl = 'https://github.com/ticofab/android-gpx-parser.git'

libraryVersion = '0.1.3'
libraryVersion = '0.1.4'

developerId = 'ticofab'
developerName = 'Fabio Tiriticco'
Expand Down

0 comments on commit b73d414

Please sign in to comment.