From ddf495b7ddb8ca78d90afb62f6f18be412fcd1d2 Mon Sep 17 00:00:00 2001 From: Fernando Date: Wed, 11 Aug 2021 22:27:18 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df15b6..ae59aae 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Requirements Add the gem `cocoapods-binary-cache` to the `Gemfile` of your project. ```rb -gem "cocoapods-binary-cache", :git => "https://github.com/grab/cocoapods-binary-cache.git", :tag => "0.1.11" +gem "cocoapods-binary-cache", :git => "https://github.com/grab/cocoapods-binary-cache.git", :tag => "0.1.14" ``` Then, run `bundle install` to install the added gem.