From 1fc3b1bda66d8b071d9714facd0751e012611371 Mon Sep 17 00:00:00 2001 From: Evgenii Khramkov Date: Fri, 12 Apr 2019 22:40:39 +0300 Subject: [PATCH] bump version to 0.2.1 --- lib/fastlane/plugin/appcenter/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fastlane/plugin/appcenter/version.rb b/lib/fastlane/plugin/appcenter/version.rb index afcc281..7a85174 100644 --- a/lib/fastlane/plugin/appcenter/version.rb +++ b/lib/fastlane/plugin/appcenter/version.rb @@ -1,5 +1,5 @@ module Fastlane module Appcenter - VERSION = "0.2.0" + VERSION = "0.2.1" end end