Skip to content

Commit

Permalink
Updates versions for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Jun 29, 2018
1 parent bd98c0a commit ea91d5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WordPress-Aztec-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'WordPress-Aztec-iOS'
s.version = '1.0.0-beta.21'
s.version = '1.0.0-beta.22'
s.summary = 'The native HTML Editor.'

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions WordPress-Editor-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'WordPress-Editor-iOS'
s.version = '1.0.0-beta.21'
s.version = '1.0.0-beta.22'
s.summary = 'The WordPress HTML Editor.'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -36,7 +36,7 @@ Pod::Spec.new do |s|
s.xcconfig = {'OTHER_LDFLAGS' => '-lxml2',
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'}

s.dependency "WordPress-Aztec-iOS"
s.dependency "WordPress-Aztec-iOS", "1.0.0-beta.22"
end


0 comments on commit ea91d5a

Please sign in to comment.