Flipper Release: v0.46.0

Summary: Releasing version 0.46.0

Reviewed By: nikoant

Differential Revision: D21952711

fbshipit-source-id: 8681a244d64c50f2ad50f6c9c5e0ea766fd9ff20
This commit is contained in:
generatedunixname89002005306973
2020-06-09 10:11:19 -07:00
committed by Facebook GitHub Bot
parent c7f7ac0228
commit c0eb2648b7
26 changed files with 50 additions and 41 deletions

View File

@@ -16,7 +16,7 @@ Add this code to your `ios/Podfile`:
platform :ios, '9.0'
def flipper_pods()
flipperkit_version = '0.45.0'
flipperkit_version = '0.46.0'
pod 'FlipperKit', '~>' + flipperkit_version, :configuration => 'Debug'
pod 'FlipperKit/FlipperKitLayoutPlugin', '~>' + flipperkit_version, :configuration => 'Debug'
pod 'FlipperKit/SKIOSNetworkPlugin', '~>' + flipperkit_version, :configuration => 'Debug'