Skip to content

Commit

Permalink
bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Aug 26, 2020
1 parent e58d43d commit eef50f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.5 - 2020-08-25
Add Swift Package Manager support

## 1.0.4 - 2020-05-25
Fix selector typo with ad capturing, which resulted in a crash when moving your app to the foreground.

Expand Down
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 = "1.0.4"
s.version = "1.0.5"
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 @@ -383,7 +383,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 @"1.0.4";
return @"1.0.5";
}

#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>1.0.4</string>
<string>1.0.5</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit eef50f2

Please sign in to comment.