From a7f760718cfb81ac14f2ff5cdf81f363d7c2217d Mon Sep 17 00:00:00 2001 From: Bryan Crampton Date: Mon, 25 Jul 2016 19:54:17 -0400 Subject: [PATCH] Bump version to 0.1.1 --- lib/fastlane/plugin/carthage_cache/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fastlane/plugin/carthage_cache/version.rb b/lib/fastlane/plugin/carthage_cache/version.rb index 57c5c19..768e681 100644 --- a/lib/fastlane/plugin/carthage_cache/version.rb +++ b/lib/fastlane/plugin/carthage_cache/version.rb @@ -1,5 +1,5 @@ module Fastlane module CarthageCache - VERSION = "0.1.0" + VERSION = "0.1.1" end end