From c0b4b523cf3276af41e4a96671614a8a3d677d03 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 8 Jan 2021 16:41:08 +0600 Subject: [PATCH] update micro_utils version --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6ae61ff2..b87ca5c368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 0.30.13 +* `Common`: + * `Version`: + * `MicroUtils`: `0.4.15` -> `0.4.16` * `Core`: * New variable `FlowsUpdatesFilter#allUpdatesWithoutMediaGroupsGroupingFlow` which will contains updates without `SentMediaGroupUpdate` diff --git a/gradle.properties b/gradle.properties index 9da4219833..ff14f86b2c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ klock_version=2.0.3 uuid_version=0.2.3 ktor_version=1.5.0 -micro_utils_version=0.4.15 +micro_utils_version=0.4.16 javax_activation_version=1.1.1