Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Mar 8, 2024
1 parent 363b093 commit 5041732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.kylecorry"
version = "0.2.0"
version = "0.3.0"

afterEvaluate {
publishing {
Expand Down
2 changes: 1 addition & 1 deletion src/test/kotlin/com/kylecorry/luna/cache/HooksTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.junit.jupiter.api.Assertions.*
import org.junit.jupiter.api.Test

class HooksTest {

@Test
fun effect() {
val hooks = Hooks()
Expand Down

0 comments on commit 5041732

Please sign in to comment.