Skip to content

Commit cb0531a

Browse files
committed
Bump version to 0.5.0
1 parent 4c91a85 commit cb0531a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SentrySwift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SentrySwift"
3-
s.version = "0.4.1"
3+
s.version = "0.5.0"
44
s.summary = "Swift client for Sentry"
55
s.homepage = "https://github.com/getsentry/sentry-swift"
66
s.license = "mit"

Sources/Sentry.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ internal enum SentryError: Error {
5151
// MARK: - Enums
5252

5353
internal struct Info {
54-
static let version: String = "0.4.1"
54+
static let version: String = "0.5.0"
5555
static let sentryVersion: Int = 7
5656
}
5757

0 commit comments

Comments
 (0)