File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Analytics"
33 s . module_name = "Segment"
4- s . version = "4.1.3 "
4+ s . version = "4.1.4 "
55 s . summary = "The hassle-free way to add analytics to your iOS app."
66
77 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ + (NSString *)version
549549{
550550 // this has to match the actual version, NOT what's in info.plist
551551 // because Apple only accepts X.X.X as versions in the review process.
552- return @" 4.1.3 " ;
552+ return @" 4.1.4 " ;
553553}
554554
555555#pragma mark - Helpers
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >4.1.3 </string >
18+ <string >4.1.4 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments