From 4b21c6dd4bbedc54d91dc2af7faf110c5cc34d5b Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Wed, 20 Mar 2024 00:44:27 -0700 Subject: [PATCH] chore: bump the version --- finder/ruby/README.md | 2 ++ finder/ruby/lib/appium_flutter_finder/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/finder/ruby/README.md b/finder/ruby/README.md index 8a324329..021877c1 100644 --- a/finder/ruby/README.md +++ b/finder/ruby/README.md @@ -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 diff --git a/finder/ruby/lib/appium_flutter_finder/version.rb b/finder/ruby/lib/appium_flutter_finder/version.rb index 6b0c5b80..60dc7100 100644 --- a/finder/ruby/lib/appium_flutter_finder/version.rb +++ b/finder/ruby/lib/appium_flutter_finder/version.rb @@ -1,7 +1,7 @@ module Appium module Flutter module Finder - VERSION = '0.6.0'.freeze + VERSION = '0.7.0'.freeze end end end