Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyadreamix committed Aug 16, 2024
1 parent 35343ea commit c395fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "io.github.ilyadreamix.gapi"
version = "1.0.0"
version = "1.0.1"

repositories {
mavenCentral()
Expand All @@ -22,7 +22,7 @@ afterEvaluate {
from(components.findByName("java"))
groupId = "com.github.ilyadreamix.gapi"
artifactId = "gapi"
version = "1.0.0"
version = "1.0.1"
}
}
}

0 comments on commit c395fa1

Please # to comment.