diff --git a/README.md b/README.md index efe8373..7c79725 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Install by Rubygems Or write on your Gemfile - gem "omniauth-redmine", "~> 0.0.1" + gem "omniauth-redmine", "~> 0.0.2" Build gem package: diff --git a/lib/omniauth/redmine/version.rb b/lib/omniauth/redmine/version.rb index 85b53de..75d9dc7 100644 --- a/lib/omniauth/redmine/version.rb +++ b/lib/omniauth/redmine/version.rb @@ -1,5 +1,5 @@ module Omniauth module Redmine - VERSION = "0.0.1" + VERSION = "0.0.2" end end