From 8c871debea2d9726a16c2b7a6dece50af6ea8cd3 Mon Sep 17 00:00:00 2001 From: AJ Date: Tue, 28 Sep 2021 12:07:35 -0700 Subject: [PATCH] Release version 3.1.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 e330d254..558908fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [3.1.1] - 2021-09-28 ### Fixed - Fix shared immutability for background threads on Kotlin Native diff --git a/README.md b/README.md index 668e4985..7d949446 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.1.0") + implementation("com.github.ajalt.colormath:colormath:3.1.1") // optional extensions for interop with other platforms // // android.graphics.Color - implementation("com.github.ajalt.colormath.extensions:colormath-ext-android-color:3.1.0") + implementation("com.github.ajalt.colormath.extensions:colormath-ext-android-color:3.1.1") // androidx.annotation.ColorInt - implementation("com.github.ajalt.colormath.extensions:colormath-ext-android-colorint:3.1.0") + implementation("com.github.ajalt.colormath.extensions:colormath-ext-android-colorint:3.1.1") // androidx.compose.ui.graphics.Color - implementation("com.github.ajalt.colormath.extensions:colormath-ext-jetpack-compose:3.1.0") + implementation("com.github.ajalt.colormath.extensions:colormath-ext-jetpack-compose:3.1.1") } ``` diff --git a/gradle.properties b/gradle.properties index 9009502c..8cbceae4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.1.0 +VERSION_NAME=3.1.1 # work around for compose-web bug KT-48273 kotlin.js.webpack.major.version=4