Skip to content

Commit c7ff441

Browse files
authored
chore: Revert "chore: reset version to 0 (#13)" (#15)
* chore: Revert "chore: reset version to 0 (#13)" This reverts commit e736459. Signed-off-by: Nicklas Lundin <[email protected]> * docs: update readme to point to 0.0.2 Signed-off-by: Nicklas Lundin <[email protected]> --------- Signed-off-by: Nicklas Lundin <[email protected]>
1 parent e736459 commit c7ff441

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "Sources": "0.0.0" }
1+
{ "Sources": "0.0.1" }

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ First, ensure you have your GitHub account added as an option (+ > Add Source Co
4747

4848
If you manage dependencies through SPM, in the dependencies section of Package.swift add:
4949
```swift
50-
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.0.1")
50+
.package(url: "[email protected]:open-feature/swift-sdk.git", from: "0.0.2")
5151
```
5252

5353
and in the target dependencies section add:

Sources/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0
1+
0.0.1

0 commit comments

Comments
 (0)