File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ A Swift Package (SPM) implementation of ANSI E1.59 - 2021, Entertainment Technol
44
55Provides complete protocol implementations of OTP Producer and Consumer components using IPv4/6 (OTP-4, OTP-6, OTP-4/6).
66
7- Current revision: Document Number: CP/2018-1034r4 (not yet published for review) .
7+ Current revision: Document Number: CP/2018-1034r5 .
88
9- ** This package should not be used for deployment to a live system. It is provided solely for testing and evaluation. **
9+ [ Download ] ( https://tsp.esta.org/tsp/documents/published_docs.php ) the full standard document.
1010
1111## Getting Started
1212
@@ -30,7 +30,7 @@ https://github.com/dsmurfin/OTPKit
3030Simply add the package dependency to your Package.swift and depend on "OTPKit" in the necessary targets:
3131
3232``` dependencies: [
33- .package(url: "https://github.com/dsmurfin/OTPKit", from: "0.1 .0")
33+ .package(url: "https://github.com/dsmurfin/OTPKit", from: "1.0 .0")
3434]
3535```
3636
You can’t perform that action at this time.
0 commit comments