We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5800d9e commit 3a886aeCopy full SHA for 3a886ae
SentrySwift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SentrySwift"
3
- s.version = "0.3.2"
+ s.version = "0.3.3"
4
s.summary = "Swift client for Sentry"
5
s.homepage = "https://github.com/getsentry/sentry-swift"
6
s.license = "mit"
Sources/Sentry.swift
@@ -41,7 +41,7 @@ internal enum SentryError: ErrorType {
41
// MARK: - Enums
42
43
internal struct Info {
44
- static let version: String = "0.3.2"
+ static let version: String = "0.3.3"
45
static let sentryVersion: Int = 7
46
}
47
0 commit comments