We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896e738 commit d0fa868Copy full SHA for d0fa868
2 files changed
changelog.txt
@@ -14,6 +14,7 @@
14
* REFACTOR: URLEncoding stuff. LinkedIn specific decoder is no longer needed
15
* FEATURE: Added Google example
16
17
-[1.1.0]
+[1.0.9]
18
19
* FEATURE: Token made Serializable
20
+ * FIX: Google Api encoding issues (thanks @roger and @klakegg)
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.scribe</groupId>
5
<artifactId>scribe</artifactId>
6
<packaging>jar</packaging>
7
- <version>1.0.8</version>
+ <version>1.0.9</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