Skip to content

Commit

Permalink
chore: bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Mar 20, 2024
1 parent 82225eb commit 4b21c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions finder/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Changelog
- 0.7.0
- Update the upper limit of ruby_lib_core
- 0.6.0
- Fix type of `match_root` and `first_match_only` in `by_ancestor` and `by_descendant`
- 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion finder/ruby/lib/appium_flutter_finder/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Appium
module Flutter
module Finder
VERSION = '0.6.0'.freeze
VERSION = '0.7.0'.freeze
end
end
end

0 comments on commit 4b21c6d

Please sign in to comment.