File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new  do  |s |
22  s . name          =  "Sentry" 
3-   s . version       =  "3.4.2 " 
3+   s . version       =  "3.4.3 " 
44  s . summary       =  "Sentry client for cocoa" 
55  s . homepage      =  "https://github.com/getsentry/sentry-cocoa" 
66  s . license       =  "mit" 
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ MACH_O_TYPE = mh_dylib
1818FRAMEWORK_VERSION = A
1919
2020PRODUCT_NAME = Sentry
21- CURRENT_PROJECT_VERSION = 3.4.2 
21+ CURRENT_PROJECT_VERSION = 3.4.3 
2222INFOPLIST_FILE = Sources/Sentry/Info.plist
2323PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry
2424ALWAYS_SEARCH_USER_PATHS = NO
Original file line number Diff line number Diff line change 4646
4747NS_ASSUME_NONNULL_BEGIN
4848
49- NSString  *const  SentryClientVersionString = @" 3.4.2 " 
49+ NSString  *const  SentryClientVersionString = @" 3.4.3 " 
5050NSString  *const  SentryClientSdkName = @" sentry-cocoa" 
5151
5252static  SentryClient *sharedClient = nil ;
Original file line number Diff line number Diff line change 2525    }
2626  },
2727  "vars" : {
28-     "SENTRY_COCOA_TAG" : " 3.4.2 " 
28+     "SENTRY_COCOA_TAG" : " 3.4.3 " 
2929  }
3030}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments