Skip to content

Commit 7838449

Browse files
committed
Update wpxmlrpc.podspec
Incrementing version number
1 parent b7cc3c2 commit 7838449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wpxmlrpc.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "wpxmlrpc"
3-
s.version = "0.2"
3+
s.version = "0.3"
44
s.summary = "Lightweight XML-RPC library."
55
s.homepage = "https://github.com/wordpress-mobile/wpxmlrpc"
66
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
77
s.author = "WordPress"
8-
s.source = { :git => "https://github.com/wordpress-mobile/wpxmlrpc.git", :tag => "0.2" }
8+
s.source = { :git => "https://github.com/wordpress-mobile/wpxmlrpc.git", :tag => "0.3" }
99
s.source_files = 'WPXMLRPC'
1010
s.public_header_files = [ 'WPXMLRPC/WPXMLRPC.h', 'WPXMLRPC/WPXMLRPCEncoder.h', 'WPXMLRPC/WPXMLRPCDecoder.h' ]
1111
s.libraries = 'iconv'

0 commit comments

Comments
 (0)