Skip to content

Commit

Permalink
Put a space between the version and build numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored and stefanceriu committed Aug 6, 2024
1 parent a39a8f9 commit 50c2b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ lane :config_nightly do |options|

release_version = get_version_number(target: "ElementX")

update_app_icon(caption_text: "#{release_version}(#{build_number})", modulate: "100,20,100")
update_app_icon(caption_text: "#{release_version} (#{build_number})", modulate: "100,20,100")
end

$sentry_retry=0
Expand Down

0 comments on commit 50c2b59

Please sign in to comment.