Skip to content

Commit

Permalink
Increase file size warning
Browse files Browse the repository at this point in the history
  • Loading branch information
greeneca committed Jul 8, 2020
1 parent 2ceab44 commit d9ed35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/roku_builder/plugins/loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Loader < Util
extend Plugin

def init
@warningFileSize = 250 * 1024
@warningFileSize = 500 * 1024
end

def self.commands
Expand Down
2 changes: 1 addition & 1 deletion lib/roku_builder/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module RokuBuilder
# Version of the RokuBuilder Gem
VERSION = "4.21.3"
VERSION = "4.21.4"
end

0 comments on commit d9ed35a

Please sign in to comment.