Flipper Release: v0.154.0

Summary: Releasing version 0.154.0

Reviewed By: jknoxville

Differential Revision: D37813763

fbshipit-source-id: f16392937146a50c7018c2ae5abd18e433059622
This commit is contained in:
Flipper Bot
2022-07-13 09:21:01 -07:00
committed by Facebook GitHub Bot
parent 039b647666
commit 14d385827d
11 changed files with 19 additions and 15 deletions

View File

@@ -51,7 +51,7 @@ Add all of the code below to your `ios/Podfile`:
platform :ios, '9.0'
def flipper_pods()
flipperkit_version = '0.153.0' # should match the version of your Flipper client app
flipperkit_version = '0.154.0' # should match the version of your Flipper client app
pod 'FlipperKit', '~>' + flipperkit_version, :configuration => 'Debug'
pod 'FlipperKit/FlipperKitLayoutPlugin', '~>' + flipperkit_version, :configuration => 'Debug'
pod 'FlipperKit/SKIOSNetworkPlugin', '~>' + flipperkit_version, :configuration => 'Debug'