Skip to content

Commit

Permalink
Update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 3, 2025
1 parent bbbfc13 commit b87a3ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion KSCrash.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
IOS_DEPLOYMENT_TARGET = '12.0' unless defined? IOS_DEPLOYMENT_TARGET
s.name = "KSCrash"
s.version = "2.0.0-rc.8"
s.version = "2.0.0"
s.summary = "The Ultimate iOS Crash Reporter"
s.homepage = "https://github.com/kstenerud/KSCrash"
s.license = { :type => 'KSCrash license agreement', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Add the following to your `Package.swift` file:

```swift
dependencies: [
.package(url: "https://github.com/kstenerud/KSCrash.git", .upToNextMajor(from: "2.0.0-rc.8"))
.package(url: "https://github.com/kstenerud/KSCrash.git", .upToNextMajor(from: "2.0.0"))
]
```

Expand All @@ -100,7 +100,7 @@ targets: [

1. Add to your `Podfile`:
```ruby
pod 'KSCrash', '~> 2.0.0-rc.8'
pod 'KSCrash', '~> 2.0'
```

2. Run:
Expand Down
2 changes: 1 addition & 1 deletion Sources/KSCrashRecording/KSCrash.m
Original file line number Diff line number Diff line change
Expand Up @@ -449,4 +449,4 @@ + (void)applicationWillTerminate
const double KSCrashFrameworkVersionNumber = 2.0000;

//! Project version string for KSCrashFramework.
const unsigned char KSCrashFrameworkVersionString[] = "2.0.0-rc.8";
const unsigned char KSCrashFrameworkVersionString[] = "2.0.0";

0 comments on commit b87a3ef

Please sign in to comment.