Skip to content

Commit 8087777

Browse files
authored
Merge pull request #8 from PenguinDan/chore/reset-version-for-fresh-release
feat: reset version for fresh 0.1.0 release
2 parents 0f49423 + 952176d commit 8087777

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.7.0"}
1+
{".":"0.0.0"}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
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.7.0">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.7.0&color=blue&style=for-the-badge" />
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" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>
@@ -68,7 +68,7 @@ Installation is preferred via Maven Central.
6868

6969
```kotlin
7070
dependencies {
71-
api("io.github.penguindan:kotlin-sdk:0.7.0")
71+
api("io.github.penguindan:kotlin-sdk:0.0.0")
7272
}
7373
```
7474
<!-- x-release-please-end -->
@@ -80,7 +80,7 @@ dependencies {
8080
kotlin {
8181
sourceSets {
8282
commonMain.dependencies {
83-
api("io.github.penguindan:kotlin-sdk:0.7.0")
83+
api("io.github.penguindan:kotlin-sdk:0.0.0")
8484
}
8585
}
8686
}
@@ -269,7 +269,7 @@ in an Android app.
269269
### Develop a provider
270270

271271
To develop a provider, you need to create a new project and include the OpenFeature SDK as a dependency.
272-
Youll then need to write the provider by implementing the `FeatureProvider` interface exported by the OpenFeature SDK.
272+
You'll then need to write the provider by implementing the `FeatureProvider` interface exported by the OpenFeature SDK.
273273

274274
```kotlin
275275
class NewProvider(override val hooks: List<Hook<*>>, override val metadata: Metadata) : FeatureProvider {

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
allprojects {
1414
extra["groupId"] = "io.github.penguindan"
1515
// x-release-please-start-version
16-
ext["version"] = "0.7.0"
16+
ext["version"] = "0.0.0"
1717
// x-release-please-end
1818
}
1919

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"bootstrap-sha": "c9eca676d0fd091a6146de2246435f9d52ab3cae",
2+
"bootstrap-sha": "0f49423a7c48493b24daabf71932df7e2e578309",
33
"packages": {
44
".": {
55
"release-type": "simple",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.0.0

0 commit comments

Comments
 (0)