Skip to content

Commit

Permalink
Bump version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Mar 15, 2017
1 parent 8fb4b64 commit 7e0ae98
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 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.2):
- Sentry (2.1.3):
- KSCrash (~> 1.15.3)

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

SPEC CHECKSUMS:
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150
Sentry: b853b73983872af704e107c7517e25bea5be5c1b

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.2):
- Sentry (2.1.3):
- KSCrash (~> 1.15.3)

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

SPEC CHECKSUMS:
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150
Sentry: b853b73983872af704e107c7517e25bea5be5c1b

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.2):
- Sentry (2.1.3):
- KSCrash (~> 1.15.3)

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

SPEC CHECKSUMS:
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150
Sentry: b853b73983872af704e107c7517e25bea5be5c1b

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.2):
- Sentry (2.1.3):
- KSCrash (~> 1.15.3)

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

SPEC CHECKSUMS:
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150
Sentry: b853b73983872af704e107c7517e25bea5be5c1b

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.2):
- Sentry (2.1.3):
- KSCrash (~> 1.15.3)

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

SPEC CHECKSUMS:
KSCrash: f344875321256d5906569a0853d73c6354a9f6f4
Sentry: 1b8438c3cfe1610cc392b43149a5c7f5f218d150
Sentry: b853b73983872af704e107c7517e25bea5be5c1b

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

internal struct Info {
static let version: String = "2.1.2"
static let version: String = "2.1.3"
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.2"
"SENTRY_SWIFT_TAG": "2.1.3"
}
}
2 changes: 1 addition & 1 deletion fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ xcode-select --install
</tr>
<tr>
<td width="33%"><code>brew cask install fastlane</code></td>
<td width="33%"><a href="https://download.fastlane.tools/fastlane.zip">Download the zip file</a>. Then double click on the <code>install</code> script (or run it in a terminal window).</td>
<td width="33%"><a href="https://download.fastlane.tools">Download the zip file</a>. Then double click on the <code>install</code> script (or run it in a terminal window).</td>
<td width="33%"><code>sudo gem install fastlane -NV</code></td>
</tr>
</table>
Expand Down

0 comments on commit 7e0ae98

Please sign in to comment.