Skip to content

Commit

Permalink
Bump version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jan 10, 2017
1 parent 2171713 commit 94371e7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 = "1.4.2"
s.version = "1.4.3"
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 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.1</string>
<string>1.4.3</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.2"
static let version: String = "1.4.3"
static let sentryVersion: Int = 7
}

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ If you prefer to use Objective-C you can do so like this:
[SentryClient setShared:[[SentryClient alloc] initWithDsnString:@"___DSN___"]];
[[SentryClient shared] startCrashHandler];

`Note that in case of a real crash make sure to call ``startCrashHandler`` before setting any other properties
on the client. This guarantees that the stored crash report has the expected properties set.`
Note that in case of a real crash make sure to call ``startCrashHandler`` before setting any other properties
on the client. This guarantees that the stored crash report has the expected properties set.

Debug Symbols
-------------
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.2"
"SENTRY_SWIFT_TAG": "1.4.3"
}
}

0 comments on commit 94371e7

Please sign in to comment.