diff --git a/README.md b/README.md index cf4c6e2..9324cb6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Add the `install_xcode_plugin` to your `Fastfile`. This way, the plugin gets ins ```ruby lane :xcode do install_xcode_plugin( - url: "https://github.com/fastlane/FixCode/releases/download/0.2.0/FixCode.xcplugin.zip" + url: "https://github.com/fastlane/FixCode/releases/download/0.3.0/FixCode.xcplugin.zip" ) end ```