Commit 4fa6fb17 authored by 井庆林's avatar 井庆林

修改版本号

parent a020b684
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "GMPhobos" s.name = "GMPhobos"
s.version = "1.4.0" s.version = "2.0.0"
s.summary = "GM statistic data sdk" s.summary = "GM statistic data sdk"
s.description = <<-DESC s.description = <<-DESC
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#import "PhobosSendManager.h" #import "PhobosSendManager.h"
static NewPhobos *_sharedClient; static NewPhobos *_sharedClient;
static NSString *sdkVersion = @"1.4.0"; static NSString *sdkVersion = @"2.0.0";
@interface NewPhobos () @interface NewPhobos ()
@property (strong, nonatomic) UIViewController *visibleController; @property (strong, nonatomic) UIViewController *visibleController;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#import <mach/mach_time.h> #import <mach/mach_time.h>
static OldPhobos *sharedClient = nil; static OldPhobos *sharedClient = nil;
static NSString *sdkVersion = @"110"; static NSString *sdkVersion = @"2.0.0";
@interface OldPhobos () @interface OldPhobos ()
@property (strong, nonatomic) UIViewController *visibleController; @property (strong, nonatomic) UIViewController *visibleController;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment