Skip to content

Commit

Permalink
Release version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jun 22, 2023
1 parent 103d09d commit c2d4913
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.3.1
### Changed
- Publish JVM artifacts with Java 8 bytecode

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

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.3.0
VERSION_NAME=3.3.1

kotlin.mpp.stability.nowarn=true
android.useAndroidX=true
Expand Down

0 comments on commit c2d4913

Please sign in to comment.