Skip to content
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def aztec
#pod 'WordPress-Editor-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :commit => ''
#pod 'WordPress-Editor-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :tag => ''
#pod 'WordPress-Editor-iOS', :path => '../AztecEditor-iOS'
pod 'WordPress-Editor-iOS', '~> 1.19.7'
pod 'WordPress-Editor-iOS', '~> 1.19.8'
end

def wordpress_ui
Expand Down Expand Up @@ -169,7 +169,7 @@ abstract_target 'Apps' do
## Gutenberg (React Native)
## =====================
##
gutenberg :tag => 'v1.71.0'
gutenberg :tag => 'v1.72.0-alpha2'

## Third party libraries
## =====================
Expand Down
Loading