Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matgentili committed Sep 14, 2023
1 parent d03f980 commit fd60e2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sirio-kit-iOS is a library containing the iOS implementation of the Sirio design
## Usage
1. Add the following to your Package.swift:
```swift
.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "5.0.0"))
.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "7.0.0"))
```
2. Declare `import SirioKitIOS` to use the components where you want to use them.

Expand Down
4 changes: 2 additions & 2 deletions iOS-Example/iOS-Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/INPS-it/sirio-kit-iOS/";
requirement = {
branch = main;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 7.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit fd60e2e

Please sign in to comment.