Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holtz committed May 24, 2016
1 parent 1dbd9cf commit 47c463b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion SentrySwift.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 47c463b

Please sign in to comment.