Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDotIO committed Dec 19, 2023
1 parent 4bce57d commit 4eb1f62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ The [Swift Package Manager](https://swift.org/package-manager/) allows for devel

* File > Swift Packages > Add Package Dependency
* Add `https://github.com/opendive/SuiKit.git`
* Select "Up to next Major" with "1.0.1"
* Select "Up to next Major" with "1.1.1"

#### SPM Through Xcode Package

Once you have your Swift package set up, add the Git link within the `dependencies` value of your `Package.swift` file.

```swift
dependencies: [
.package(url: "https://github.com/opendive/SuiKit.git", .upToNextMajor(from: "1.0.1"))
.package(url: "https://github.com/opendive/SuiKit.git", .upToNextMajor(from: "1.1.1"))
]
```

Expand Down
2 changes: 2 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
| Version | Supported |
| ------- | ------------------ |
| 1.0.0 | :x: |
| 1.0.1 | :x: |
| 1.0.0 | :x: |
| 1.0.1 | :white_check_mark: |

## Reporting a Vulnerability
Expand Down

0 comments on commit 4eb1f62

Please sign in to comment.