Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiiMachine committed Nov 10, 2023
1 parent 821569f commit 81ee534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ repositories {
}

dependencies {
implementation("io.github.materiiapps:enumutil:1.1.0")
ksp("io.github.materiiapps:enumutil-ksp:1.1.0")
implementation("io.github.materiiapps:enumutil:1.1.1")
ksp("io.github.materiiapps:enumutil-ksp:1.1.1")
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
subprojects {
group = "io.github.materiiapps"
version = "1.1.0"
version = "1.1.1"

repositories {
mavenCentral()
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ rootProject.name = "enumutil-kt"
include("enumutil")
include("enumutil-ksp")
include("example")
//include("benchmark")

0 comments on commit 81ee534

Please sign in to comment.