Skip to content

Commit

Permalink
Allow SuggestionsTextFieldKit to use up to next major version
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Apr 15, 2024
1 parent ffcd77b commit 3425cd5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1551,8 +1551,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/claucambra/SuggestionsTextFieldKit.git";
requirement = {
kind = exactVersion;
version = 1.0.0;
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 3425cd5

Please sign in to comment.