Skip to content

Commit 14a1b9c

Browse files
committed
prepare to release 2.0.1
1 parent aa5c340 commit 14a1b9c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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</version>
82+
<version>2.0.1</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</version>
91+
<version>2.0.1</version>
9292
</dependency>
9393
```
9494

changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[2.0.1]
2+
* small code enhancements
3+
14
[2.0]
25
* merge back SubScribe fork to the ScribeJava
36

0 commit comments

Comments
 (0)