Skip to content

Commit 47c463b

Browse files
author
Josh Holtz
committed
Version bump
1 parent 1dbd9cf commit 47c463b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ source 'https://github.com/CocoaPods/Specs.git'
6060
platform :ios, '8.0'
6161
use_frameworks!
6262

63-
pod 'SentrySwift', :git => '[email protected]:getsentry/sentry-swift.git', :tag => '0.2.0'
63+
pod 'SentrySwift', :git => '[email protected]:getsentry/sentry-swift.git', :tag => '0.2.1'
6464
```
6565

6666
Then, run the following command:

SentrySwift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SentrySwift"
3-
s.version = "0.2.0"
3+
s.version = "0.2.1"
44
s.summary = "Swift client for Sentry"
55
s.homepage = "https://github.com/getsentry/sentry-swift"
66
s.license = "mit"

0 commit comments

Comments
 (0)