Skip to content

Commit

Permalink
Prepare for release 0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Apr 15, 2020
1 parent 22683aa commit e9869d9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.2 *(2020-04-15)*
----------------------------

* Add Arabic translations.
* Fix a bug with no inches displayed for 0 length.

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

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.1"
debugImplementation "io.mehow.ruler:ruler:0.5.2"
```

If you use Android you can use Android artifact.

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

## License
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
"x": [
"test": "androidx.test:core:1.0.0",
],
"gradlePlugin": "com.android.tools.build:gradle:4.1.0-alpha01",
"gradlePlugin": "com.android.tools.build:gradle:4.0.0-beta04",
],
"kotlin": [
"stdLib": [
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.1-SNAPSHOT
VERSION_NAME=0.5.2

POM_DESCRIPTION=Library for distance measurments.

Expand Down

0 comments on commit e9869d9

Please sign in to comment.