Skip to content

Commit b6d5d84

Browse files
committed
prepare v8.3.0
1 parent fac51a8 commit b6d5d84

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
@@ -137,7 +137,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
137137
<dependency>
138138
<groupId>com.github.scribejava</groupId>
139139
<artifactId>scribejava-apis</artifactId>
140-
<version>8.2.0</version>
140+
<version>8.3.0</version>
141141
</dependency>
142142
```
143143

@@ -146,7 +146,7 @@ And in case you need just core classes (that's it, without any external API (FB,
146146
<dependency>
147147
<groupId>com.github.scribejava</groupId>
148148
<artifactId>scribejava-core</artifactId>
149-
<version>8.2.0</version>
149+
<version>8.3.0</version>
150150
</dependency>
151151
```
152152

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[SNAPSHOT]
1+
[8.3.0]
22
* add Instagram (https://www.instagram.com/) API (thanks to https://github.com/faent)
33
* add getErrorMessage method to FacebookAccessTokenErrorResponse. Should be used instead of general getMessage method
44
from the parent Exception

0 commit comments

Comments
 (0)