Skip to content

Commit

Permalink
1.1.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeshustoff committed Feb 12, 2023
1 parent ddd327d commit fcc247b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class DiktGradlePlugin : KotlinCompilerPluginSupportPlugin {
}

companion object {
private const val version = "1.1.0-alpha2"
private const val version = "1.1.0-alpha3"
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ org.gradle.jvmargs=-Xmx3g
kotlin_version=1.8.10

# don't forget to update DiktGradlePlugin
dikt_version=1.1.0-alpha2
VERSION_NAME=1.1.0-alpha2
dikt_version=1.1.0-alpha3
VERSION_NAME=1.1.0-alpha3
dikt_sample_version=1.1.0-alpha2

GROUP=io.github.sergeshustoff.dikt
Expand Down

0 comments on commit fcc247b

Please sign in to comment.