Skip to content

Commit

Permalink
Bump to 2023.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed Dec 22, 2023
1 parent b2c3167 commit 6b55b13
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/m3color.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/m3color.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/m3color.test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
}
}

implementation("com.github.Kyant0:m3color:2023.12.1")
implementation("com.github.Kyant0:m3color:2023.12.2")
```

## Use with Compose M3
Expand Down
4 changes: 2 additions & 2 deletions m3color/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'com.kyant'
version = '2023.12.1'
version = '2023.12.2'

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand All @@ -25,7 +25,7 @@ afterEvaluate {
maven(MavenPublication) {
groupId = 'com.kyant'
artifactId = 'm3color'
version = '2023.12.1'
version = '2023.12.2'
from components.java
}
}
Expand Down

0 comments on commit 6b55b13

Please sign in to comment.