We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 962dcd4 + e6af537 commit 5663ebeCopy full SHA for 5663ebe
Automattic-Tracks-iOS.podspec
@@ -2,7 +2,7 @@
2
3
Pod::Spec.new do |s|
4
s.name = 'Automattic-Tracks-iOS'
5
- s.version = '1.1.0-beta.1'
+ s.version = '2.0.0-beta.1'
6
7
s.summary = 'Simple way to track events in an iOS app with Automattic Tracks internal service'
8
s.description = <<-DESC
Sources/Model/ObjC/Constants/TracksConstants.m
@@ -1,4 +1,4 @@
1
#import "TracksConstants.h"
NSString *const TracksErrorDomain = @"TracksErrorDomain";
-NSString *const TracksLibraryVersion = @"1.1.0-beta.1";
+NSString *const TracksLibraryVersion = @"2.0.0-beta.1";
0 commit comments