Skip to content

Commit 1feb66b

Browse files
committed
prepare to release 2.2.0
1 parent f3d2443 commit 1feb66b

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
@@ -79,7 +79,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
7979
<dependency>
8080
<groupId>com.github.scribejava</groupId>
8181
<artifactId>scribejava-apis</artifactId>
82-
<version>2.1.0</version>
82+
<version>2.2.0</version>
8383
</dependency>
8484
```
8585

@@ -88,7 +88,7 @@ And in case you need just core classes (that's it, without any external API (FB,
8888
<dependency>
8989
<groupId>com.github.scribejava</groupId>
9090
<artifactId>scribejava-core</artifactId>
91-
<version>2.1.0</version>
91+
<version>2.2.0</version>
9292
</dependency>
9393
```
9494

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[SNAPSHOT]
1+
[2.2.0]
22
* Let GoogleApi20 supports OOB
33
* Updated Imgur API to OAuth2
44
* force not to instantiate stateless APIs. Use provided singletons

0 commit comments

Comments
 (0)