From aef97e31af2481ae60037f2e8d236d94ee24fcf9 Mon Sep 17 00:00:00 2001 From: AJ Date: Sat, 17 Sep 2022 11:48:02 -0700 Subject: [PATCH] Release version 3.2.1 --- CHANGELOG.md | 2 +- README.md | 8 ++++---- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e42d06..7cb8425c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [3.2.1] ### Changed - Updated Kotlin to 1.7.10 diff --git a/README.md b/README.md index 7fbd1e5e..986602dd 100644 --- a/README.md +++ b/README.md @@ -50,16 +50,16 @@ Colormath is distributed through [Maven Central](https://search.maven.org/artifa ```groovy dependencies { - implementation("com.github.ajalt.colormath:colormath:3.2.0") + implementation("com.github.ajalt.colormath:colormath:3.2.1") // optional extensions for interop with other platforms // // android.graphics.Color - implementation("com.github.ajalt.colormath.extensions:colormath-ext-android-color:3.2.0") + implementation("com.github.ajalt.colormath.extensions:colormath-ext-android-color:3.2.1") // androidx.annotation.ColorInt - implementation("com.github.ajalt.colormath.extensions:colormath-ext-android-colorint:3.2.0") + implementation("com.github.ajalt.colormath.extensions:colormath-ext-android-colorint:3.2.1") // androidx.compose.ui.graphics.Color - implementation("com.github.ajalt.colormath.extensions:colormath-ext-jetpack-compose:3.2.0") + implementation("com.github.ajalt.colormath.extensions:colormath-ext-jetpack-compose:3.2.1") } ``` diff --git a/gradle.properties b/gradle.properties index 66db90cb..5de1d326 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.2.0 +VERSION_NAME=3.2.1 kotlin.mpp.stability.nowarn=true