Skip to content

Commit

Permalink
Update version to 2.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 16, 2024
1 parent 104b83e commit 4f00ac9
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-alpha.4"
s.version = "2.0.0-alpha.5"
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 @@ -74,7 +74,7 @@ Add the following to your `Package.swift` file:

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

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

1. Add to your `Podfile`:
```ruby
pod 'KSCrash', '~> 2.0.0-alpha.4'
pod 'KSCrash', '~> 2.0.0-alpha.5'
```

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 @@ -572,4 +572,4 @@ + (void)applicationWillTerminate
const double KSCrashFrameworkVersionNumber = 2.0000;

//! Project version string for KSCrashFramework.
const unsigned char KSCrashFrameworkVersionString[] = "2.0.0-alpha.4";
const unsigned char KSCrashFrameworkVersionString[] = "2.0.0-alpha.5";

0 comments on commit 4f00ac9

Please sign in to comment.