Skip to content

Commit 61bcfe0

Browse files
committed
Bump version and fix option description
1 parent 0172e1b commit 61bcfe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def self.available_options
529529
type: String),
530530
FastlaneCore::ConfigItem.new(key: :test_password,
531531
env_name: "FIREBASEAPPDISTRO_TEST_PASSWORD",
532-
description: "Password for automatic login. If using a real password consider using test_password_file or setting FIREBASEAPPDISTRO_TEST_PASSWORD to avoid exposing sensitive info.",
532+
description: "Password for automatic login. If using a real password consider using test_password_file or setting FIREBASEAPPDISTRO_TEST_PASSWORD to avoid exposing sensitive info",
533533
optional: true,
534534
type: String),
535535
FastlaneCore::ConfigItem.new(key: :test_password_file,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module FirebaseAppDistribution
3-
VERSION = "0.9.0.pre.4"
3+
VERSION = "0.9.0.pre.5"
44
end
55
end

0 commit comments

Comments
 (0)