Skip to content

Commit

Permalink
Prepare for release 0.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Jun 14, 2020
1 parent 3464107 commit a298230
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 0.5.3 *(2020-06-14)*
----------------------------

* Update Kotlin to 1.3.72.
* Fix a bug with library test not running as a part of 'check' task.
* Fix a bug with long to double conversion when computing distances.

Version 0.5.2 *(2020-04-15)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
debugImplementation "io.mehow.ruler:ruler:0.5.3"
```

If you use Android you can use Android artifact.

```groovy
debugImplementation "io.mehow.ruler:android:0.5.2"
debugImplementation "io.mehow.ruler:android:0.5.3"
```

## License
Expand Down
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.2-SNAPSHOT
VERSION_NAME=0.5.3

POM_DESCRIPTION=Library for distance measurments.

Expand Down

0 comments on commit a298230

Please sign in to comment.