File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111val rootGroup = " com.github.kyay10"
1212group = rootGroup
13- val rootVersion = " 0.1.0-SNAPSHOT "
13+ val rootVersion = " 0.1.0"
1414version = rootVersion
1515val rootName = name
1616subprojects {
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ pluginBundle {
5252 vcsUrl = website
5353 description = pluginDescription
5454
55- version = " 0.1.0-SNAPSHOT "
55+ version = " 0.1.0"
5656 (plugins) {
5757 pluginName {
5858 displayName = pluginDisplayName
5959 tags = listOf (
6060 " kotlin"
6161 )
62- version = " 0.1.0-SNAPSHOT "
62+ version = " 0.1.0"
6363 }
6464 }
6565}
Original file line number Diff line number Diff line change 11plugins {
22 kotlin(" multiplatform" ) version " 1.5.21"
3- id(" com.github.kyay10.kotlin-null-defaults" ) version " 0.1.0-SNAPSHOT "
3+ id(" com.github.kyay10.kotlin-null-defaults" ) version " 0.1.0"
44}
55
66group = " com.github.kyay10.kotlin_null_defaults"
7- version = " 1.0-SNAPSHOT "
7+ version = " 1.0"
88
99repositories {
1010 mavenCentral()
You can’t perform that action at this time.
0 commit comments