diff --git a/Gemfile.lock b/Gemfile.lock index eec9dea..3bb199a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ PATH remote: . specs: - omniauth-shikimori-oauth2 (0.0.1) + omniauth-shikimori-oauth2 (0.1.0) omniauth-oauth2 (~> 1.8) - shikimori-oauth2 + shikimori-oauth2 (~> 0.1.0) shikimori-api (0.1.0) shikimori-oauth2 (0.1.0) oauth2 (~> 2.0.0) diff --git a/lib/omniauth/shikimori/version.rb b/lib/omniauth/shikimori/version.rb index 24e1012..0f164de 100644 --- a/lib/omniauth/shikimori/version.rb +++ b/lib/omniauth/shikimori/version.rb @@ -3,6 +3,6 @@ module OmniAuth module Shikimori # @return [String] Semantic version of library - VERSION = '0.0.1' + VERSION = '0.1.0' end end