Skip to content

Commit

Permalink
bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 31, 2015
1 parent 5eb98a1 commit bb5392b
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.8.0 (unreleased)
## 0.8.0

* Parse command line arguments with `optparse`. Remove dependency on Slop.
Simplified commands DSL: options are mostly passed directly to optparse.
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.13'
gem 'i18n-tasks', '~> 0.8.0'
```

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.13'
VERSION = '0.8.0'
end
end

0 comments on commit bb5392b

Please sign in to comment.