Skip to content

Commit

Permalink
Bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Mar 1, 2017
1 parent 893a533 commit 5581c27
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Examples/MacExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PODS:
- KSCrash/Reporting/Tools
- KSCrash/Reporting/Tools (1.15.3):
- KSCrash/Recording
- Sentry (2.1.1):
- Sentry (2.1.2):
- KSCrash (~> 1.15.3)

DEPENDENCIES:
Expand All @@ -74,7 +74,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2
Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150

PODFILE CHECKSUM: 9a6feca63fe6ed3706b2808f4c85dae0861ba9d2

Expand Down
4 changes: 2 additions & 2 deletions Examples/ObjCExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PODS:
- KSCrash/Reporting/Tools
- KSCrash/Reporting/Tools (1.15.3):
- KSCrash/Recording
- Sentry (2.1.1):
- Sentry (2.1.2):
- KSCrash (~> 1.15.3)

DEPENDENCIES:
Expand All @@ -74,7 +74,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2
Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150

PODFILE CHECKSUM: 6e920273a2258e01d891dd3561ac2a73612fe34a

Expand Down
4 changes: 2 additions & 2 deletions Examples/SwiftExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PODS:
- KSCrash/Reporting/Tools
- KSCrash/Reporting/Tools (1.15.3):
- KSCrash/Recording
- Sentry (2.1.1):
- Sentry (2.1.2):
- KSCrash (~> 1.15.3)

DEPENDENCIES:
Expand All @@ -74,7 +74,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2
Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150

PODFILE CHECKSUM: 699517be0d67a415d70bbce5f2d55f918605fcbc

Expand Down
4 changes: 2 additions & 2 deletions Examples/SwiftTVOSExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PODS:
- KSCrash/Reporting/Tools
- KSCrash/Reporting/Tools (1.15.3):
- KSCrash/Recording
- Sentry (2.1.1):
- Sentry (2.1.2):
- KSCrash (~> 1.15.3)

DEPENDENCIES:
Expand All @@ -74,7 +74,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2
Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150

PODFILE CHECKSUM: 6a149bade470704ba4317901492b58978f603305

Expand Down
4 changes: 2 additions & 2 deletions Examples/SwiftWatchOSExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PODS:
- KSCrash/Reporting/Tools
- KSCrash/Reporting/Tools (1.15.3):
- KSCrash/Recording
- Sentry (2.1.1):
- Sentry (2.1.2):
- KSCrash (~> 1.15.3)

DEPENDENCIES:
Expand All @@ -74,7 +74,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
Sentry: 2a7843e59ec38c43bb7270beba0a5eac12c4f6a2
Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150

PODFILE CHECKSUM: c9a2358b4bf5bf7e6f601eb701b288f4e4bd724a

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lint:

test:
@echo "--> Running all tests"
fastlane test --silent
fastlane test

build-carthage:
@echo "--> Creating Sentry framework package with carthage"
Expand Down
2 changes: 1 addition & 1 deletion Sentry.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sentry"
s.version = "2.1.1"
s.version = "2.1.2"
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 Sentry/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>2.1.1</string>
<string>2.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions SentryTests/SentryReactNativeCrashTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SentrySwiftReactNativeCrashTests: XCTestCase {

XCTAssertNotNil(event)
XCTAssertEqual(event?.threads?.last?.name, "React Native")
XCTAssertEqual(event?.threads?.last?.stacktrace?.frames.first?.fileName, "/main.jsbundle")
XCTAssertEqual(event?.threads?.last?.stacktrace?.frames.first?.fileName, "app:///main.jsbundle")

let crashedThreads = event?.threads?.filter({ $0.crashed ?? true })
XCTAssertEqual(crashedThreads?.count, 1)
Expand All @@ -45,7 +45,7 @@ class SentrySwiftReactNativeCrashTests: XCTestCase {

XCTAssertNotNil(event)
XCTAssertEqual(event?.threads?.last?.name, "React Native")
XCTAssertEqual(event?.threads?.last?.stacktrace?.frames.first?.fileName, "/index.ios.bundle")
XCTAssertEqual(event?.threads?.last?.stacktrace?.frames.first?.fileName, "app:///index.ios.bundle")
}

func testInjectReactNativeStacktrace() {
Expand Down
2 changes: 1 addition & 1 deletion Sources/Sentry.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import KSCrash
// MARK: - Enums

internal struct Info {
static let version: String = "2.1.1"
static let version: String = "2.1.2"
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 @@ -25,6 +25,6 @@
}
},
"vars": {
"SENTRY_SWIFT_TAG": "2.1.1"
"SENTRY_SWIFT_TAG": "2.1.2"
}
}

0 comments on commit 5581c27

Please sign in to comment.