Skip to content

Commit

Permalink
Update fastlane plugin and fix docs index path (#3872)
Browse files Browse the repository at this point in the history
### Description
This gets the latest version of the plugin with some fixes for the
index.html automation update and makes the index.html point to the
latest stable version.
  • Loading branch information
tonidero committed May 8, 2024
1 parent 152d185 commit 8438f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/4.42.0-SNAPSHOT/documentation/revenuecat"/>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-ios-docs/4.41.2/documentation/revenuecat"/>
</head>
<body>
</body>
Expand Down

0 comments on commit 8438f5f

Please sign in to comment.