diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e42d0..7cb8425 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 7fbd1e5..986602d 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 66db90c..5de1d32 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