Skip to content

Commit 239ddc3

Browse files
committed
prepare v6.2.0
1 parent 935bdf4 commit 239ddc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
126126
<dependency>
127127
<groupId>com.github.scribejava</groupId>
128128
<artifactId>scribejava-apis</artifactId>
129-
<version>6.1.0</version>
129+
<version>6.2.0</version>
130130
</dependency>
131131
```
132132

@@ -135,7 +135,7 @@ And in case you need just core classes (that's it, without any external API (FB,
135135
<dependency>
136136
<groupId>com.github.scribejava</groupId>
137137
<artifactId>scribejava-core</artifactId>
138-
<version>6.1.0</version>
138+
<version>6.2.0</version>
139139
</dependency>
140140
```
141141

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[SNAPSHOT]
1+
[6.2.0]
22
* add new API Microsoft Azure Active Directory (Azure AD) 2.0 (thanks to https://github.com/rzukow and https://github.com/dgrudenic)
33

44
[6.1.0]

0 commit comments

Comments
 (0)