Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Italic fastlane in title (#51)
Browse files Browse the repository at this point in the history
* Italic fastlane in title

* Change version
  • Loading branch information
powerivq authored Oct 2, 2018
1 parent 5929e79 commit 4fa5d0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `Firebase Test Lab` Plugin for fastlane
# `Firebase Test Lab` plugin for _fastlane_

This project is a [fastlane](https://fastlane.tools) plugin. You can add it to your _fastlane_ project by running

Expand Down
2 changes: 1 addition & 1 deletion fastlane-plugin-firebase_test_lab.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/firebase_test_lab/module.rb
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

0 comments on commit 4fa5d0c

Please sign in to comment.