Skip to content

Commit f7a307a

Browse files
committed
Have consistent podspec and info plist
1 parent 3219fb0 commit f7a307a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Metadata/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.1</string>
18+
<string>1.4.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

OnboardKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "OnboardKit"
4-
s.version = "1.4.1"
4+
s.version = "1.4.2"
55
s.summary = "Customisable user onboarding for your iOS app"
66

77
s.description = <<-DESC
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818

1919
s.platform = :ios, "11.0"
2020

21-
s.source = { :git => "https://github.com/NikolaKirev/OnboardKit.git", :tag => "v1.4.1" }
21+
s.source = { :git => "https://github.com/NikolaKirev/OnboardKit.git", :tag => "v1.4.2" }
2222
s.source_files = "OnboardKit"
2323

2424
end

0 commit comments

Comments
 (0)