diff --git a/Gemfile.lock b/Gemfile.lock index 3bb199a..f3601f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,11 @@ PATH remote: . specs: - omniauth-shikimori-oauth2 (0.1.0) + omniauth-shikimori-oauth2 (1.0.0) omniauth-oauth2 (~> 1.8) - shikimori-oauth2 (~> 0.1.0) - shikimori-api (0.1.0) - shikimori-oauth2 (0.1.0) + shikimori-oauth2 (~> 1.0.0) + shikimori-api (1.0.0) + shikimori-oauth2 (1.0.0) oauth2 (~> 2.0.0) GEM diff --git a/lib/omniauth/shikimori/version.rb b/lib/omniauth/shikimori/version.rb index 0f164de..a11d140 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.1.0' + VERSION = '1.0.0' end end diff --git a/lib/shikimori/api/version.rb b/lib/shikimori/api/version.rb index 318ce20..f3cb503 100644 --- a/lib/shikimori/api/version.rb +++ b/lib/shikimori/api/version.rb @@ -3,6 +3,6 @@ module Shikimori module API # @return [String] Semantic version of library - VERSION = '0.1.0' + VERSION = '1.0.0' end end diff --git a/lib/shikimori/oauth2/version.rb b/lib/shikimori/oauth2/version.rb index 7abdd48..e0da069 100644 --- a/lib/shikimori/oauth2/version.rb +++ b/lib/shikimori/oauth2/version.rb @@ -3,6 +3,6 @@ module Shikimori module OAuth2 # @return [String] Semantic version of library - VERSION = '0.1.0' + VERSION = '1.0.0' end end diff --git a/omniauth-shikimori-oauth2.gemspec b/omniauth-shikimori-oauth2.gemspec index b9dc5c2..2ac49e9 100644 --- a/omniauth-shikimori-oauth2.gemspec +++ b/omniauth-shikimori-oauth2.gemspec @@ -37,5 +37,5 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] spec.add_dependency 'omniauth-oauth2', '~> 1.8' - spec.add_dependency 'shikimori-oauth2', '~> 0.1.0' + spec.add_dependency 'shikimori-oauth2', '~> 1.0.0' end