Skip to content

Commit 6a87a28

Browse files
committed
Require Pageboy 4.0.2
1 parent 5b99aa1 commit 6a87a28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "uias/Pageboy" ~> 4.0.0
1+
github "uias/Pageboy" ~> 4.0.2

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["Tabman"])
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/uias/Pageboy", from: "4.0.0")
16+
.package(url: "https://github.com/uias/Pageboy", from: "4.0.2")
1717
],
1818
targets: [
1919
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Tabman.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222
s.source = { :git => "https://github.com/uias/Tabman.git", :tag => s.version.to_s }
2323
s.source_files = "Sources/Tabman/**/*.{h,m,swift}"
2424

25-
s.dependency 'Pageboy', '~> 4.0.0'
25+
s.dependency 'Pageboy', '~> 4.0.2'
2626

2727
end

0 commit comments

Comments
 (0)