Skip to content

Commit 8c89d05

Browse files
committed
Bump to version 0.3.4
1 parent 27b8b2b commit 8c89d05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here’s an example podfile that installs SZNZotero and all its dependencies.
1818
```ruby
1919
platform :ios, '5.0'
2020

21-
pod 'SZNZotero', '~> 0.3.3'
21+
pod 'SZNZotero', '~> 0.3.4'
2222
```
2323

2424
### OAuth callback URL

SZNZotero.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "SZNZotero"
3-
s.version = "0.3.3"
3+
s.version = "0.3.4"
44
s.summary = "Objective-C client for the Zotero API."
55
s.homepage = "https://github.com/shazino/SZNZotero"
66
s.license = "MIT"
77
s.author = { "shazino" => "[email protected]" }
88
s.social_media_url = "https://twitter.com/shazino"
9-
s.source = { :git => "https://github.com/shazino/SZNZotero.git", :tag => "0.3.3" }
9+
s.source = { :git => "https://github.com/shazino/SZNZotero.git", :tag => "0.3.4" }
1010

1111
s.source_files = "SZNZotero/*"
1212
s.requires_arc = true

0 commit comments

Comments
 (0)