We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c91a85 commit cb0531aCopy full SHA for cb0531a
SentrySwift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SentrySwift"
3
- s.version = "0.4.1"
+ s.version = "0.5.0"
4
s.summary = "Swift client for Sentry"
5
s.homepage = "https://github.com/getsentry/sentry-swift"
6
s.license = "mit"
Sources/Sentry.swift
@@ -51,7 +51,7 @@ internal enum SentryError: Error {
51
// MARK: - Enums
52
53
internal struct Info {
54
- static let version: String = "0.4.1"
+ static let version: String = "0.5.0"
55
static let sentryVersion: Int = 7
56
}
57
0 commit comments