Skip to content

Commit 0f6e76f

Browse files
authored
Merge pull request #30 from synth/releases/1.1.0
Bump version 1.1.0
2 parents d805982 + 3ebb012 commit 0f6e76f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ name: Ruby
99

1010
on:
1111
push:
12-
branches: [ master ]
1312
pull_request:
14-
branches: [ master ]
1513

1614
jobs:
1715
test:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module MicrosoftGraph
3-
VERSION = "1.0.0"
3+
VERSION = "1.1.0"
44
end
55
end

0 commit comments

Comments
 (0)