Skip to content

Commit

Permalink
Merge pull request #177 from iZettle/release-3.3.1
Browse files Browse the repository at this point in the history
Bump version to 3.3.1
  • Loading branch information
Alasdair Baxter authored Feb 3, 2022
2 parents 637e6c7 + e33b709 commit 6876f25
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Form/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.2.1</string>
<string>3.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions FormFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FormFramework"
s.version = "3.2.1"
s.version = "3.3.1"
s.module_name = "Form"
s.summary = "Powerful iOS layout and styling"
s.description = <<-DESC
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.author = { 'PayPal Inc.' => '[email protected]' }

s.ios.deployment_target = "9.0"
s.dependency 'FlowFramework', '>= 1.8.4'
s.dependency 'FlowFramework', '>= 1.10.0'
s.default_subspec = 'Form'

s.subspec 'Form' do |form|
Expand Down
2 changes: 1 addition & 1 deletion FormTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.2.1</string>
<string>3.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
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: ["Form"]),
],
dependencies: [
.package(url: "https://github.com/izettle/Flow.git", .upToNextMajor(from: "1.8.0"))
.package(url: "https://github.com/izettle/Flow.git", .upToNextMajor(from: "1.10.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 6876f25

Please sign in to comment.