Skip to content

Commit cdbedc6

Browse files
committed
Update last version link in README
1 parent 8231275 commit cdbedc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the `install_xcode_plugin` to your `Fastfile`. This way, the plugin gets ins
3131
```ruby
3232
lane :xcode do
3333
install_xcode_plugin(
34-
url: "https://github.com/fastlane/FixCode/releases/download/0.4.0/FixCode.xcplugin.zip"
34+
url: "https://github.com/fastlane/FixCode/releases/download/0.5.0/FixCode.xcplugin.zip"
3535
)
3636
end
3737
```

0 commit comments

Comments
 (0)