Skip to content

Commit 48c88ff

Browse files
author
Paul Von Schrottky
authored
Bump version to 3.5.1 (#299)
2 parents be16349 + ccb367e commit 48c88ff

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Automattic-Tracks-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'Automattic-Tracks-iOS'
5-
s.version = '3.5.0'
5+
s.version = '3.5.1'
66

77
s.summary = 'Simple way to track events in an iOS app with Automattic Tracks internal service'
88
s.description = <<-DESC

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ _None._
4646

4747
### Internal Changes
4848

49-
- Fix SwiftUI previews on Mac which broke due to a bug in Sentry [#297]
49+
_None._
5050

51-
### Breaking Changes
51+
## 3.5.1
5252

53-
_None._
53+
### Internal Changes
54+
55+
- Fix SwiftUI previews on Mac which broke due to a bug in Sentry [#297]
5456

5557
## 3.5.0
5658

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#import "TracksConstants.h"
22

33
NSString *const TracksErrorDomain = @"TracksErrorDomain";
4-
NSString *const TracksLibraryVersion = @"3.5.0";
4+
NSString *const TracksLibraryVersion = @"3.5.1";

0 commit comments

Comments
 (0)