From 243e3e50231bdd9b484bc44502008693165b0f7b Mon Sep 17 00:00:00 2001 From: Evgenii Khramkov Date: Tue, 21 May 2019 13:58:10 -0700 Subject: [PATCH] bump version to 1.0.0 --- 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 93481b9..2934818 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.2" + VERSION = "1.0.0" end end