updated bundle version and release version

master
Cameron Crockett 2021-05-17 18:30:43 -05:00
parent 1354d31733
commit 68136923dc
No known key found for this signature in database
GPG Key ID: 670E4FB756C84718
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
omniauth-keycloak (1.3.1) omniauth-keycloak (1.3.0)
json-jwt (~> 1.13.0) json-jwt (~> 1.13.0)
omniauth (~> 2.0.4) omniauth (~> 2.0.4)
omniauth-oauth2 (~> 1.7.1) omniauth-oauth2 (~> 1.7.1)
@ -105,4 +105,4 @@ DEPENDENCIES
webmock (~> 3.4.2) webmock (~> 3.4.2)
BUNDLED WITH BUNDLED WITH
2.2.9 2.2.17

View File

@ -1,5 +1,5 @@
module Omniauth module Omniauth
module Keycloak module Keycloak
VERSION = "1.3.1" VERSION = "1.3.0"
end end
end end