Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jan 4, 2017
1 parent 04bbafa commit e974f5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SentrySwift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Sentry.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ internal enum SentryError: Error {
// MARK: - Enums

internal struct Info {
static let version: String = "1.4.0"
static let version: String = "1.4.1"
static let sentryVersion: Int = 7
}

Expand Down
2 changes: 1 addition & 1 deletion docs/sentry-doc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
}
},
"vars": {
"SENTRY_SWIFT_TAG": "1.4.0"
"SENTRY_SWIFT_TAG": "1.4.1"
}
}

0 comments on commit e974f5f

Please sign in to comment.