Skip to content

Commit 41a8806

Browse files
authored
Merge pull request #34 from CrashOps/0.3.14
change version number
2 parents ccaa64b + 2acced4 commit 41a8806

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CrashOps.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "CrashOps"
19-
s.version = "0.3.13"
19+
s.version = "0.3.14"
2020
s.summary = "CrashOps lets you monitor your app's stability and vulnerability by giving you error and crash reports, supported by CrashOps servers."
2121

2222
# This description is used to generate tags and improve search results.
@@ -76,7 +76,7 @@ Pod::Spec.new do |s|
7676
# Supports git, hg, bzr, svn and HTTP.
7777
#
7878

79-
s.source = { :git => "https://github.com/CrashOps/iOS-SDK.git", :tag => "#{s.version}" }
79+
s.source = { :git => "https://github.com/CrashOps/iOS-SDK.git", :branch => "#{s.version}" }
8080

8181

8282
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

CrashOps/Facade/CrashOps.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ +(BOOL)isRunningOnDebugMode {
8585
}
8686

8787
+ (NSString *)sdkVersion {
88-
return @"0.3.13";
88+
return @"0.3.14";
8989
}
9090

9191
- (void) crash {
@@ -152,7 +152,7 @@ +(void)initialize {
152152
@end
153153

154154
//! Project version number for CrashOps.
155-
//double CrashOpsVersionNumber = 0.0313;
155+
//double CrashOpsVersionNumber = 0.0314;
156156

157157
//! Project version string for CrashOps.
158-
//const unsigned char CrashOpsVersionString[] = "0.03.13";
158+
//const unsigned char CrashOpsVersionString[] = "0.03.14";

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CrashOps lets you monitor your app's stability and vulnerability by giving you e
1212
You want to add `pod 'CrashOps'` similar to the following to your Podfile:
1313
```
1414
target 'MyApp' do
15-
pod 'CrashOps', '0.3.12'
15+
pod 'CrashOps', '0.3.14'
1616
end
1717
```
1818
Then run a `pod install` in your terminal, or from CocoaPods app.

0 commit comments

Comments
 (0)