Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Updated podspec to have correct version number, fixes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
timorzadir committed Mar 5, 2015
1 parent 4273192 commit f6729c6
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 @@ -8,7 +8,7 @@ Objective-c client for [Sentry](https://www.getsentry.com/welcome/).
The easiest way is to use [CocoaPods](http://cocoapods.org). It takes care of all required frameworks and third party dependencies:

```ruby
pod 'Raven', :git => 'https://github.com/getsentry/raven-objc.git', :tag => '1.0.0'
pod 'Raven', :git => 'https://github.com/getsentry/raven-objc.git', :tag => '1.0.1'
```

**Alternatively**, you can install manually.
Expand Down
2 changes: 1 addition & 1 deletion Raven.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Raven"
s.version = "0.5.0"
s.version = "1.0.1"
s.summary = "A client for Sentry (getsentry.com)."
s.homepage = "https://getsentry.com/"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit f6729c6

Please sign in to comment.