Skip to content

Commit

Permalink
Bump to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 24, 2022
1 parent 0fe8ee5 commit dbbcd3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.0.2

* Fixes block call handling in ERB files.
[#425](https://github.com/glebm/i18n-tasks/pull/425)

## v1.0.1

* Fixes `better_html` scanning the project.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ i18n-tasks can be used with any project using the ruby [i18n gem][i18n-gem] (def
Add i18n-tasks to the Gemfile:

```ruby
gem 'i18n-tasks', '~> 1.0.1'
gem 'i18n-tasks', '~> 1.0.2'
```

Copy the default [configuration file](#configuration):
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/tasks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module I18n
module Tasks
VERSION = '1.0.1'
VERSION = '1.0.2'
end
end

0 comments on commit dbbcd3a

Please sign in to comment.