Skip to content

Commit

Permalink
Version bump (#88)
Browse files Browse the repository at this point in the history
* Update fastlane-plugin-firebase_app_distribution.gemspec

* Update version.rb

* Update fastlane-plugin-firebase_app_distribution.gemspec

* Update fastlane-plugin-firebase_app_distribution.gemspec
  • Loading branch information
manny-jimenez committed Jul 28, 2020
1 parent d86a0f1 commit 3a0dca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fastlane-plugin-firebase_app_distribution.gemspec
Expand Up @@ -7,8 +7,8 @@ require 'fastlane/plugin/firebase_app_distribution/version'
Gem::Specification.new do |spec|
spec.name = 'fastlane-plugin-firebase_app_distribution'
spec.version = Fastlane::FirebaseAppDistribution::VERSION
spec.authors = ['Stefan Natchev']
spec.email = ['snatchev@google.com']
spec.authors = ['Stefan Natchev', 'Manny Jimenez', 'Alonso Salas Infante']
spec.email = ['snatchev@google.com', 'mannyjimenez@google.com', 'alonsosi@google.com']

spec.summary = 'Release your beta builds to Firebase App Distribution. https://firebase.google.com/docs/app-distribution'
spec.homepage = "https://github.com/fastlane/fastlane-plugin-firebase_app_distribution"
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/firebase_app_distribution/version.rb
@@ -1,5 +1,5 @@
module Fastlane
module FirebaseAppDistribution
VERSION = "0.1.4"
VERSION = "0.2.0.pre.1"
end
end

0 comments on commit 3a0dca3

Please sign in to comment.