From d46f09c6dd73e404b46d2b10d72f48efd26edfdc Mon Sep 17 00:00:00 2001 From: zzzworm Date: Thu, 12 May 2022 15:30:44 +0800 Subject: [PATCH] Update gem_version.rb just update the gem version to fix pod install error when disable XCRemoteCache --- cocoapods-plugin/lib/cocoapods-xcremotecache/gem_version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocoapods-plugin/lib/cocoapods-xcremotecache/gem_version.rb b/cocoapods-plugin/lib/cocoapods-xcremotecache/gem_version.rb index 5118d1d6..d582592d 100644 --- a/cocoapods-plugin/lib/cocoapods-xcremotecache/gem_version.rb +++ b/cocoapods-plugin/lib/cocoapods-xcremotecache/gem_version.rb @@ -13,5 +13,5 @@ # limitations under the License. module CocoapodsXcremotecache - VERSION = "0.0.10" + VERSION = "0.0.11" end