Skip to content

Commit

Permalink
Release version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Sep 28, 2021
1 parent 7204cc9 commit 8c871de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [3.1.1] - 2021-09-28
### Fixed
- Fix shared immutability for background threads on Kotlin Native

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8c871de

Please sign in to comment.