Skip to content

Commit

Permalink
Implement updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Arnett authored and Marcus Arnett committed Jun 30, 2023
1 parent a22adb6 commit 307c6b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ The [Swift Package Manager](https://swift.org/package-manager/) allows for devel

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

#### 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/AptosKit.git", .upToNextMajor(from: "1.1"))
.package(url: "https://github.com/opendive/AptosKit.git", .upToNextMajor(from: "1.2"))
]
```

Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
| Version | Supported |
| ------- | ------------------ |
| 1.0 | :x: |
| 1.1 | :white_check_mark: |
| 1.1 | :x: |
| 1.2 | :white_check_mark: |

## Reporting a Vulnerability

Expand Down

0 comments on commit 307c6b3

Please sign in to comment.