Skip to content

Commit

Permalink
[version] Upgrade version to 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsk90 committed Dec 16, 2024
1 parent fa508f9 commit 440a7d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ru/nsk/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object Versions {
// library
const val libraryMavenCentralGroup = "io.github.nsk90"
const val libraryJitPackGroup = "com.github.nsk90"
const val libraryVersion = "0.32.0"
const val libraryVersion = "0.33.0"

// tools
const val kotlin = "2.0.21"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import ru.nsk.kstatemachine.event.Event
import ru.nsk.kstatemachine.state.IState
import ru.nsk.kstatemachine.state.RedirectPseudoState
import ru.nsk.kstatemachine.transition.EventAndArgument
import kotlin.jvm.JvmName

/**
* Hint to be used with [ExportMetaInfo]
Expand Down

0 comments on commit 440a7d9

Please sign in to comment.