Skip to content

Commit

Permalink
Bump to 0.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 7, 2015
1 parent ac0e63e commit d45bf37
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 @@
## 0.7.13 (unreleased)
## 0.7.13

* Fix relative keys when controller name consists of more than one word by [Yuji Nakayama](https://github.com/yujinakayama) [#132](https://github.com/glebm/i18n-tasks/pull/132).
* Support keys with UTF8 word characters in the name. [#133](https://github.com/glebm/i18n-tasks/issues/133).
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 it to the Gemfile:

```ruby
gem 'i18n-tasks', '~> 0.7.12'
gem 'i18n-tasks', '~> 0.7.13'
```

Copy default [configuration file](#configuration) (optional):
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/tasks/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8
module I18n
module Tasks
VERSION = '0.7.12'
VERSION = '0.7.13'
end
end

0 comments on commit d45bf37

Please sign in to comment.