Skip to content

Commit

Permalink
Version bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holtz committed Jul 12, 2016
1 parent 6372eb3 commit bf80531
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SentrySwift.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Sentry.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit bf80531

Please sign in to comment.