From c2d491324bf33dccf3b7a02f9139ac661426a5c0 Mon Sep 17 00:00:00 2001 From: AJ Date: Thu, 22 Jun 2023 13:32:22 -0700 Subject: [PATCH] Release version 3.3.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 93f91852..a1ce8f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.3.1 ### Changed - Publish JVM artifacts with Java 8 bytecode diff --git a/README.md b/README.md index 28dd4287..6b4df66e 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.3.0") + implementation("com.github.ajalt.colormath:colormath:3.3.1") // optional extensions for interop with other platforms // // android.graphics.Color - implementation("com.github.ajalt.colormath.extensions:colormath-ext-android-color:3.3.0") + implementation("com.github.ajalt.colormath.extensions:colormath-ext-android-color:3.3.1") // androidx.annotation.ColorInt - implementation("com.github.ajalt.colormath.extensions:colormath-ext-android-colorint:3.3.0") + implementation("com.github.ajalt.colormath.extensions:colormath-ext-android-colorint:3.3.1") // androidx.compose.ui.graphics.Color - implementation("com.github.ajalt.colormath.extensions:colormath-ext-jetpack-compose:3.3.0") + implementation("com.github.ajalt.colormath.extensions:colormath-ext-jetpack-compose:3.3.1") } ``` diff --git a/gradle.properties b/gradle.properties index a9ed03ba..57db03e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.3.0 +VERSION_NAME=3.3.1 kotlin.mpp.stability.nowarn=true android.useAndroidX=true