From 837758aebefb8e7aca42e95b8c7c3f83b503f7f2 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 13 Apr 2021 12:22:04 +0600 Subject: [PATCH] update uuid --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9683d29a5c7..dd291332caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 0.4.34 +* `Versions`: + * `uuid`: `0.2.3` -> `0.2.4` * `Repos`: * `AbstractExposedCRUDRepo` now implements `StandardCRUDRepo` * `AbstractMutableAndroidCRUDRepo` now implements `StandardCRUDRepo` diff --git a/gradle.properties b/gradle.properties index 1cb22800aa6..63ac75bd490 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ klockVersion=2.0.7 github_release_plugin_version=2.2.12 -uuidVersion=0.2.3 +uuidVersion=0.2.4 # ANDROID