Skip to content

Commit 7e625f9

Browse files
committed
Link to release 0.4.0
1 parent b83487b commit 7e625f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.3.0/FixCode.xcplugin.zip"
34+
url: "https://github.com/fastlane/FixCode/releases/download/0.4.0/FixCode.xcplugin.zip"
3535
)
3636
end
3737
```

0 commit comments

Comments
 (0)