Skip to content

Commit bf80531

Browse files
author
Josh Holtz
committed
Version bump to 0.3.1
1 parent 6372eb3 commit bf80531

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SentrySwift.podspec

Lines changed: 1 addition & 1 deletion
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.0"
3+
s.version = "0.3.1"
44
s.summary = "Swift client for Sentry"
55
s.homepage = "https://github.com/getsentry/sentry-swift"
66
s.license = "mit"

Sources/Sentry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import Foundation
3737
// MARK: - Enums
3838

3939
internal struct Info {
40-
static let version: String = "0.3.0"
40+
static let version: String = "0.3.1"
4141
static let sentryVersion: Int = 7
4242
}
4343

0 commit comments

Comments
 (0)