Skip to content

Commit ceb06d1

Browse files
committed
prepare 2.6.0 release
1 parent abc4b5b commit ceb06d1

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
@@ -84,7 +84,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
8484
<dependency>
8585
<groupId>com.github.scribejava</groupId>
8686
<artifactId>scribejava-apis</artifactId>
87-
<version>2.5.3</version>
87+
<version>2.6.0</version>
8888
</dependency>
8989
```
9090

@@ -93,7 +93,7 @@ And in case you need just core classes (that's it, without any external API (FB,
9393
<dependency>
9494
<groupId>com.github.scribejava</groupId>
9595
<artifactId>scribejava-core</artifactId>
96-
<version>2.5.3</version>
96+
<version>2.6.0</version>
9797
</dependency>
9898
```
9999

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[SNAPSHOT]
1+
[2.6.0]
22
* simplify async/sync usages
33
* add optional "User-Agent" config option to use while making http calls
44
* refactor usage of grant_type [authorization_code|refresh_token|password|etc]

0 commit comments

Comments
 (0)