diff --git a/Carthage/Checkouts/KSCrash b/Carthage/Checkouts/KSCrash index 6cd49c289df..5a32fa519ba 160000 --- a/Carthage/Checkouts/KSCrash +++ b/Carthage/Checkouts/KSCrash @@ -1 +1 @@ -Subproject commit 6cd49c289dfdbea979baa855410f5b4c1c802c87 +Subproject commit 5a32fa519ba555df7e8bf8c66ede340d50891068 diff --git a/SentrySwift.podspec b/SentrySwift.podspec index 71130378c78..aeda28e7d7a 100644 --- a/SentrySwift.podspec +++ b/SentrySwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SentrySwift" - s.version = "0.3.0" + s.version = "0.3.1" s.summary = "Swift client for Sentry" s.homepage = "https://github.com/getsentry/sentry-swift" s.license = "mit" diff --git a/Sources/Sentry.swift b/Sources/Sentry.swift index 5b88514768f..844725ac980 100644 --- a/Sources/Sentry.swift +++ b/Sources/Sentry.swift @@ -37,7 +37,7 @@ import Foundation // MARK: - Enums internal struct Info { - static let version: String = "0.3.0" + static let version: String = "0.3.1" static let sentryVersion: Int = 7 }