Skip to content

Commit

Permalink
Bump to 0.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Aug 3, 2018
1 parent 00aa0ec commit 07af1c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.9.22 (unreleased)
## v0.9.22

Adds the [DeepL](https://www.deepl.com/pro) Machine Translation service.
[#294](https://github.com/glebm/i18n-tasks/pull/294)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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', '~> 0.9.21'
gem 'i18n-tasks', '~> 0.9.22'
```

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 = '0.9.21'
VERSION = '0.9.22'
end
end

0 comments on commit 07af1c5

Please sign in to comment.