Skip to content

Commit 3a886ae

Browse files
author
Josh Holtz
committed
Version bump to 0.3.3
1 parent 5800d9e commit 3a886ae

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.3.2"
3+
s.version = "0.3.3"
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
@@ -41,7 +41,7 @@ internal enum SentryError: ErrorType {
4141
// MARK: - Enums
4242

4343
internal struct Info {
44-
static let version: String = "0.3.2"
44+
static let version: String = "0.3.3"
4545
static let sentryVersion: Int = 7
4646
}
4747

0 commit comments

Comments
 (0)