Skip to content

Commit

Permalink
Prepare for release 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Feb 7, 2020
1 parent 7dabf9e commit 6cdbd78
Show file tree
Hide file tree
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.4.1 *(2020-02-07)*
----------------------------

* Add support for negative distances.
* Add support for floored SI unit lengths formatting.

Version 0.4.0 *(2020-02-05)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Distance measurements library for Java and Android.
To integrate it with your app you need to add a dependency to you project.

```groovy
debugImplementation "io.mehow.ruler:ruler:0.4.0"
debugImplementation "io.mehow.ruler:ruler:0.4.1"
```

If you use Android you can use Android artifact.

```groovy
debugImplementation "io.mehow.ruler:android:0.4.0"
debugImplementation "io.mehow.ruler:android:0.4.1"
```

## 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.4.0-SNAPSHOT
VERSION_NAME=0.4.1

POM_DESCRIPTION=Library for distance measurments.

Expand Down

0 comments on commit 6cdbd78

Please sign in to comment.