diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a7d4f9..3ce77bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)* ---------------------------- diff --git a/README.md b/README.md index f67e2520..45f4cfa6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index b6064395..7cf9aee1 100644 --- a/build.gradle +++ b/build.gradle @@ -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": [ diff --git a/gradle.properties b/gradle.properties index fe032920..06c5475d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.