Skip to content

Commit 97f45d7

Browse files
bounced version numbers for release
1 parent 624fdfb commit 97f45d7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can pull scribe from a maven repository, just add this to your __pom.xml__ f
6161
@<dependency>@
6262
@<groupId>org.scribe</groupId>@
6363
@<artifactId>scribe</artifactId>@
64-
@<version>1.1.3</version>@
64+
@<version>1.2.0</version>@
6565
@</dependency>@
6666

6767
h1. Getting started in less than 2 minutes

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@
4848
[1.2]
4949
* REFACTOR: Moved scope inside OAuthConfig (breaks backwards compatibility)
5050
* FEATURE: Added scopes to Facebook 2.0 Api
51+
* FEATURE: Added Plaintext signature for Yammer
52+
* FEATURE: Added Twitter SSL endpoints (use TwitterApi.SSL.class)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.scribe</groupId>
55
<artifactId>scribe</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.1.3</version>
7+
<version>1.2.0</version>
88
<name>Scribe OAuth Library</name>
99
<description>The best OAuth library out there</description>
1010
<url>http://github.com/fernandezpablo85/scribe-java</url>

0 commit comments

Comments
 (0)