Skip to content

Commit 5f546a7

Browse files
committed
2024-07-20 v. 1.2.3: startup hotfix
1 parent 6955fa8 commit 5f546a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flutter_rb.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ require 'English'
55
Gem::Specification.new do |s|
66
s.required_ruby_version = '>= 3.0'
77
s.name = 'flutter_rb'
8-
s.version = '1.2.2'
8+
s.version = '1.2.3'
99
s.license = 'MIT'
10-
s.files = Dir['lib/**/*.rb'] + %w[bin/frb README.md LICENSE]
10+
s.files = Dir['lib/**/*.rb'] + %w[bin/frb bin/cli.rb README.md LICENSE]
1111
s.executable = 'frb'
1212
s.require_paths << 'lib'
1313
s.summary = 'CLI tool for checking a Flutter plugin structure'

0 commit comments

Comments
 (0)