Skip to content

Commit 68469f4

Browse files
committed
Fixed module name
1 parent c7e7d3e commit 68469f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Omniauth
2-
module Office365
3-
VERSION = "0.1.0"
2+
module MicrosoftGraph
3+
VERSION = "0.1.1"
44
end
55
end

omniauth-microsoft_graph.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'omniauth/microsoft_graph/version'
55

66
Gem::Specification.new do |spec|
77
spec.name = "omniauth-microsoft_graph"
8-
spec.version = Omniauth::Office365::VERSION
8+
spec.version = Omniauth::MicrosoftGraph::VERSION
99
spec.authors = ["Peter Philips"]
1010
spec.email = ["pete@p373.net"]
1111
spec.summary = %q{omniauth provider for Microsoft Graph}

0 commit comments

Comments
 (0)