Skip to content

Commit 3da27a9

Browse files
committed
prepare to release 2.1.0
1 parent bc1d50a commit 3da27a9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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.0.1</version>
82+
<version>2.1.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.0.1</version>
91+
<version>2.1.0</version>
9292
</dependency>
9393
```
9494

changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[SNAPSHOT]
2+
3+
[2.1.0]
24
* add Pinterest API
35

46
[2.0.1]

0 commit comments

Comments
 (0)