Skip to content

Commit

Permalink
Update Pageboy to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Merrick Sapsford authored and Merrick Sapsford committed Apr 6, 2024
1 parent 34fee45 commit b1a6741
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
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: ["Tabman"])
],
dependencies: [
.package(url: "https://github.com/uias/Pageboy", from: "4.0.2")
.package(url: "https://github.com/uias/Pageboy", from: "4.1.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion Tabman.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/uias/Tabman.git", :tag => s.version.to_s }
s.source_files = "Sources/Tabman/**/*.{h,m,swift}"

s.dependency 'Pageboy', '~> 4.0.2'
s.dependency 'Pageboy', '~> 4.1.0'

end
7 changes: 4 additions & 3 deletions Tabman.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"originHash" : "a758ccf717fdfdb86f09136097e776d790bde8518689cbfe41619ea2215ecb20",
"pins" : [
{
"identity" : "pageboy",
"kind" : "remoteSourceControl",
"location" : "https://github.com/uias/Pageboy",
"state" : {
"revision" : "5522aa6ae88633f6c23cf504e9cd684e963822f1",
"version" : "4.0.2"
"revision" : "cd9f976a7d92f4fb56965c15da65b4c1b35b2460",
"version" : "4.1.0"
}
}
],
"version" : 2
"version" : 3
}

0 comments on commit b1a6741

Please sign in to comment.