Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
MelihcanSrky committed Dec 4, 2023
1 parent bac3e73 commit 2c4d28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ComposeDataGrid/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "com.github.MelihcanSrky"
artifactId = "ComposeDataGrid"
version = "0.1.1"
version = "0.1.2"

afterEvaluate {
from(components["release"])
Expand Down

0 comments on commit 2c4d28a

Please sign in to comment.