Skip to content

Commit 2ade788

Browse files
committed
Release version 3.3.2
1 parent 8058804 commit 2ade788

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 3.3.2
44
### Added
55
- Publish `linuxArm64` target. This target is not tested on CI.
66

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ Colormath is distributed through [Maven Central](https://search.maven.org/artifa
5050

5151
```groovy
5252
dependencies {
53-
implementation("com.github.ajalt.colormath:colormath:3.3.1")
53+
implementation("com.github.ajalt.colormath:colormath:3.3.2")
5454
5555
// optional extensions for interop with other platforms
5656
//
5757
// android.graphics.Color
58-
implementation("com.github.ajalt.colormath:colormath-ext-android-color:3.3.1")
58+
implementation("com.github.ajalt.colormath:colormath-ext-android-color:3.3.2")
5959
// androidx.annotation.ColorInt
60-
implementation("com.github.ajalt.colormath:colormath-ext-android-colorint:3.3.1")
60+
implementation("com.github.ajalt.colormath:colormath-ext-android-colorint:3.3.2")
6161
// androidx.compose.ui.graphics.Color
62-
implementation("com.github.ajalt.colormath:colormath-ext-jetpack-compose:3.3.1")
62+
implementation("com.github.ajalt.colormath:colormath-ext-jetpack-compose:3.3.2")
6363
}
6464
```
6565

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.3.1
1+
VERSION_NAME=3.3.2
22

33
kotlin.mpp.stability.nowarn=true
44
android.useAndroidX=true

0 commit comments

Comments
 (0)