We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e7d3e commit 68469f4Copy full SHA for 68469f4
lib/omniauth/microsoft_graph/version.rb
@@ -1,5 +1,5 @@
1
module Omniauth
2
- module Office365
3
- VERSION = "0.1.0"
+ module MicrosoftGraph
+ VERSION = "0.1.1"
4
end
5
omniauth-microsoft_graph.gemspec
@@ -5,7 +5,7 @@ require 'omniauth/microsoft_graph/version'
6
Gem::Specification.new do |spec|
7
spec.name = "omniauth-microsoft_graph"
8
- spec.version = Omniauth::Office365::VERSION
+ spec.version = Omniauth::MicrosoftGraph::VERSION
9
spec.authors = ["Peter Philips"]
10
spec.email = ["pete@p373.net"]
11
spec.summary = %q{omniauth provider for Microsoft Graph}
0 commit comments