Skip to content

Commit

Permalink
Release version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Sep 17, 2022
1 parent 39fdf63 commit aef97e3
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.2.1]
### Changed
- Updated Kotlin to 1.7.10

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.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")
}
```

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.2.0
VERSION_NAME=3.2.1

kotlin.mpp.stability.nowarn=true

Expand Down

0 comments on commit aef97e3

Please sign in to comment.