From 9dbf41df1a9aee32a375fe977df2587d17d60742 Mon Sep 17 00:00:00 2001 From: John Douglas Date: Mon, 19 Jul 2021 19:01:45 +1200 Subject: [PATCH] version bump --- Gemfile.lock | 2 +- lib/fastlane/plugin/versioning/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9be7879..807c316 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane-plugin-versioning (0.4.6) + fastlane-plugin-versioning (0.5.0) GEM remote: https://rubygems.org/ diff --git a/lib/fastlane/plugin/versioning/version.rb b/lib/fastlane/plugin/versioning/version.rb index 3d63c1c..3e4607d 100644 --- a/lib/fastlane/plugin/versioning/version.rb +++ b/lib/fastlane/plugin/versioning/version.rb @@ -1,5 +1,5 @@ module Fastlane module Versioning - VERSION = "0.4.6" + VERSION = "0.5.0" end end