This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Italic fastlane in title * Change version
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec| | |
spec.author = 'Shihua Zheng' | ||
spec.email = '[email protected]' | ||
|
||
spec.summary = 'Firebase Test Lab for fastlane' | ||
spec.summary = 'Test your app with Firebase Test Lab with ease using fastlane' | ||
spec.homepage = "https://github.com/fastlane/fastlane-plugin-firebase_test_lab" | ||
spec.license = "MIT" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module Fastlane | ||
module FirebaseTestLab | ||
VERSION = "0.9.0" | ||
VERSION = "1.0.0" | ||
PLUGIN_NAME = "fastlane-plugin-firebase_test_lab" | ||
end | ||
end |