Skip to content

Commit

Permalink
Bump version to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Mar 31, 2017
1 parent 51056a9 commit ab11de7
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 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.4):
- KSCrash/Recording
- Sentry (2.1.5):
- Sentry (2.1.6):
- KSCrash (~> 1.15.3)

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

SPEC CHECKSUMS:
KSCrash: cbdf1f66c45c8dcc11154a4b1596c6cd1bfc2657
Sentry: d98cc95dd79671356225a7ee71de5d9447497daf
Sentry: a1d7e0f25dcd80a1b990d67837e9d9c5f186c6c6

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.4):
- KSCrash/Recording
- Sentry (2.1.5):
- Sentry (2.1.6):
- KSCrash (~> 1.15.3)

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

SPEC CHECKSUMS:
KSCrash: cbdf1f66c45c8dcc11154a4b1596c6cd1bfc2657
Sentry: d98cc95dd79671356225a7ee71de5d9447497daf
Sentry: a1d7e0f25dcd80a1b990d67837e9d9c5f186c6c6

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.4):
- KSCrash/Recording
- Sentry (2.1.5):
- Sentry (2.1.6):
- KSCrash (~> 1.15.3)

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

SPEC CHECKSUMS:
KSCrash: cbdf1f66c45c8dcc11154a4b1596c6cd1bfc2657
Sentry: d98cc95dd79671356225a7ee71de5d9447497daf
Sentry: a1d7e0f25dcd80a1b990d67837e9d9c5f186c6c6

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.4):
- KSCrash/Recording
- Sentry (2.1.5):
- Sentry (2.1.6):
- KSCrash (~> 1.15.3)

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

SPEC CHECKSUMS:
KSCrash: cbdf1f66c45c8dcc11154a4b1596c6cd1bfc2657
Sentry: d98cc95dd79671356225a7ee71de5d9447497daf
Sentry: a1d7e0f25dcd80a1b990d67837e9d9c5f186c6c6

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.4):
- KSCrash/Recording
- Sentry (2.1.5):
- Sentry (2.1.6):
- KSCrash (~> 1.15.3)

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

SPEC CHECKSUMS:
KSCrash: cbdf1f66c45c8dcc11154a4b1596c6cd1bfc2657
Sentry: d98cc95dd79671356225a7ee71de5d9447497daf
Sentry: a1d7e0f25dcd80a1b990d67837e9d9c5f186c6c6

PODFILE CHECKSUM: c9a2358b4bf5bf7e6f601eb701b288f4e4bd724a

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.5"
s.version = "2.1.6"
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.5</string>
<string>2.1.6</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 @@ -46,7 +46,7 @@ import KSCrash
// MARK: - Enums

internal struct Info {
static let version: String = "2.1.5"
static let version: String = "2.1.6"
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.5"
"SENTRY_SWIFT_TAG": "2.1.6"
}
}

0 comments on commit ab11de7

Please sign in to comment.