Skip to content

Commit

Permalink
Change version for omniauth
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdt committed Feb 22, 2024
1 parent 06b5615 commit 7fdb82e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/shikimori/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module OmniAuth
module Shikimori
# @return [String] Semantic version of library
VERSION = '0.0.1'
VERSION = '0.1.0'
end
end

0 comments on commit 7fdb82e

Please sign in to comment.