Skip to content

Commit ba88fc2

Browse files
Update version to 999.9.9
1 parent caa7834 commit ba88fc2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

KSCrash.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
IOS_DEPLOYMENT_TARGET = '12.0' unless defined? IOS_DEPLOYMENT_TARGET
33
s.name = "KSCrash"
4-
s.version = "2.1.1"
4+
s.version = "999.9.9"
55
s.summary = "The Ultimate iOS Crash Reporter"
66
s.homepage = "https://github.com/kstenerud/KSCrash"
77
s.license = { :type => 'KSCrash license agreement', :file => 'LICENSE' }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Add the following to your `Package.swift` file:
7979

8080
```swift
8181
dependencies: [
82-
.package(url: "https://github.com/kstenerud/KSCrash.git", .upToNextMajor(from: "2.1.1"))
82+
.package(url: "https://github.com/kstenerud/KSCrash.git", .upToNextMajor(from: "999.9.9"))
8383
]
8484
```
8585

@@ -99,7 +99,7 @@ targets: [
9999

100100
1. Add to your `Podfile`:
101101
```ruby
102-
pod 'KSCrash', '~> 2.1'
102+
pod 'KSCrash', '~> 999.9'
103103
```
104104

105105
2. Run:

Sources/KSCrashRecording/KSCrash.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ + (void)applicationWillTerminate
446446
@end
447447

448448
//! Project version number for KSCrashFramework.
449-
const double KSCrashFrameworkVersionNumber = 2.0101;
449+
const double KSCrashFrameworkVersionNumber = 999.0909;
450450

451451
//! Project version string for KSCrashFramework.
452-
const unsigned char KSCrashFrameworkVersionString[] = "2.1.1";
452+
const unsigned char KSCrashFrameworkVersionString[] = "999.9.9";

0 commit comments

Comments
 (0)