Skip to content

Commit

Permalink
Prepare for release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Mar 1, 2020
1 parent a9d4726 commit a9f79bc
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 0.5.1 *(2020-03-01)*
----------------------------

* Fix wrong unit displayed for feet.
* Remove 'totalMeters' property that approximates distance.

Version 0.5.0 *(2020-02-29)*
----------------------------

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -27,13 +27,13 @@ android {
To integrate it with your app you need to add a dependency to you project.

```groovy
debugImplementation "io.mehow.ruler:ruler:0.5.0"
debugImplementation "io.mehow.ruler:ruler:0.5.1"
```

If you use Android you can use Android artifact.

```groovy
debugImplementation "io.mehow.ruler:android:0.5.0"
debugImplementation "io.mehow.ruler:android:0.5.1"
```

## License
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.mehow.ruler
VERSION_NAME=0.5.0-SNAPSHOT
VERSION_NAME=0.5.1

POM_DESCRIPTION=Library for distance measurments.

0 comments on commit a9f79bc

Please sign in to comment.