diff --git a/README.md b/README.md index b18e79e0852..2fb4e15bdd7 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! -pod 'SentrySwift', :git => 'git@github.com:getsentry/sentry-swift.git', :tag => '0.2.0' +pod 'SentrySwift', :git => 'git@github.com:getsentry/sentry-swift.git', :tag => '0.2.1' ``` Then, run the following command: diff --git a/SentrySwift.podspec b/SentrySwift.podspec index d5606b579c4..979fc29d594 100644 --- a/SentrySwift.podspec +++ b/SentrySwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SentrySwift" - s.version = "0.2.0" + s.version = "0.2.1" s.summary = "Swift client for Sentry" s.homepage = "https://github.com/getsentry/sentry-swift" s.license = "mit"