Skip to content

Commit

Permalink
Prepare for release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 5, 2023
1 parent 32251ed commit dd2dc23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PostHog.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PostHog"
s.version = "2.0.3"
s.version = "2.0.4"
s.summary = "The hassle-free way to add posthog to your iOS app."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion PostHog/Classes/PHGPostHog.m
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ + (NSString *)version
{
// this has to match the actual version, NOT what's in info.plist
// because Apple only accepts X.X.X as versions in the review process.
return @"2.0.3";
return @"2.0.4";
}

#pragma mark - Helpers
Expand Down
2 changes: 1 addition & 1 deletion PostHog/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>2.0.3</string>
<string>2.0.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit dd2dc23

Please sign in to comment.