File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Sources/Model/ObjC/Constants Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33Pod ::Spec . new do |s |
44 s . name = 'Automattic-Tracks-iOS'
5- s . version = '3.2 .0'
5+ s . version = '3.3 .0'
66
77 s . summary = 'Simple way to track events in an iOS app with Automattic Tracks internal service'
88 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ _None._
3838
3939### New Features
4040
41- - Add function to log JavaScript exceptions in ` CrashLogging ` [ # 278 ]
41+ _ None. _
4242
4343### Bug Fixes
4444
@@ -48,6 +48,12 @@ _None._
4848
4949_ None._
5050
51+ ## 3.3.0
52+
53+ ### New Features
54+
55+ - Add function to log JavaScript exceptions in ` CrashLogging ` [ #278 ]
56+
5157## 3.2.0
5258
5359### New Features
Original file line number Diff line number Diff line change 11#import " TracksConstants.h"
22
33NSString *const TracksErrorDomain = @" TracksErrorDomain" ;
4- NSString *const TracksLibraryVersion = @" 3.2 .0" ;
4+ NSString *const TracksLibraryVersion = @" 3.3 .0" ;
You can’t perform that action at this time.
0 commit comments