We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35ea8d commit cf9c4beCopy full SHA for cf9c4be
2 files changed
changelog.txt
@@ -82,3 +82,7 @@
82
* FEATURE: Kaixin2, SinaWeibo2 and Renren Apis
83
* FEATURE: ImgUr Api
84
* FEATURE: Freelancer Api (thanks Juan Palacios!)
85
+ * FIX: Allow digits in url schemes
86
+ * FEATURE: Specific exception for connection problems (OAuthConnectionException)
87
+ * FIX: Dropbox Api and Evernote Api updated to their latests versions
88
+ * FIX: Digg and Skyrock Apis
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.scribe</groupId>
5
<artifactId>scribe</artifactId>
6
<packaging>jar</packaging>
7
- <version>1.3.0</version>
+ <version>1.3.1</version>
8
<name>Scribe OAuth Library</name>
9
<description>The best OAuth library out there</description>
10
<url>http://github.com/fernandezpablo85/scribe-java</url>
0 commit comments