Skip to content

Commit

Permalink
Update Magnet.framework v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Econa77 committed Oct 13, 2023
1 parent f965804 commit 609c736
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "Clipy/Magnet" "v3.3.0"
github "Clipy/Sauce" "v2.2.0"
github "Clipy/Magnet" "v3.4.0"
github "Clipy/Sauce" "v2.4.0"
2 changes: 1 addition & 1 deletion KeyHolder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.source_files = 'Lib/KeyHolder/**/*.swift'
s.swift_version = '5.0'
s.frameworks = 'Carbon', 'Cocoa'
s.dependency 'Magnet', '~> 3.3.0'
s.dependency 'Magnet', '~> 3.4.0'
end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["KeyHolder"]),
],
dependencies: [
.package(url: "https://github.com/Clipy/Magnet", .upToNextMinor(from: "3.3.0")),
.package(url: "https://github.com/Clipy/Magnet", .upToNextMinor(from: "3.4.0")),
],
targets: [
.target(
Expand Down

0 comments on commit 609c736

Please sign in to comment.