File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.0 .0" }
1+ {"." :" 0.1 .0" }
Original file line number Diff line number Diff line change 1616 <img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
1717 </a >
1818 <!-- x-release-please-start-version -->
19- <a href =" https://github.com/PenguinDan/kotlin-sdk/releases/tag/v0.0 .0 " >
20- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0 .0&color=blue&style=for-the-badge" />
19+ <a href =" https://github.com/PenguinDan/kotlin-sdk/releases/tag/v0.1 .0 " >
20+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1 .0&color=blue&style=for-the-badge" />
2121 </a >
2222 <!-- x-release-please-end -->
2323 <br />
@@ -68,7 +68,7 @@ Installation is preferred via Maven Central.
6868
6969``` kotlin
7070dependencies {
71- api(" io.github.penguindan:kotlin-sdk:0.0 .0" )
71+ api(" io.github.penguindan:kotlin-sdk:0.1 .0" )
7272}
7373```
7474<!-- x-release-please-end -->
@@ -80,7 +80,7 @@ dependencies {
8080kotlin {
8181 sourceSets {
8282 commonMain.dependencies {
83- api(" io.github.penguindan:kotlin-sdk:0.0 .0" )
83+ api(" io.github.penguindan:kotlin-sdk:0.1 .0" )
8484 }
8585 }
8686}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313allprojects {
1414 extra[" groupId" ] = " io.github.penguindan"
1515// x-release-please-start-version
16- ext[" version" ] = " 0.0 .0"
16+ ext[" version" ] = " 0.1 .0"
1717// x-release-please-end
1818}
1919
Original file line number Diff line number Diff line change 1- 0.0 .0
1+ 0.1 .0
You can’t perform that action at this time.
0 commit comments