Skip to content

Commit 393ab1a

Browse files
committed
Update release-toolkit version requirement to ~>5.4
1 parent 03e1246 commit 393ab1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ PLATFORMS
274274

275275
DEPENDENCIES
276276
fastlane (~> 2)
277-
fastlane-plugin-wpmreleasetoolkit (~> 5.2)
277+
fastlane-plugin-wpmreleasetoolkit (~> 5.4)
278278
nokogiri
279279
rmagick (~> 4.1)
280280

fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ group :screenshots, optional: true do
77
end
88

99
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'git@github.com:wordpress-mobile/release-toolkit.git', branch: 'trunk'
10-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 5.2'
10+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 5.4'

0 commit comments

Comments
 (0)