Skip to content

Commit 877bcb7

Browse files
bounce version numbers for release 1.3.3
1 parent 45cc91b commit 877bcb7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can pull scribe from a maven repository, just add this to your __pom.xml__ f
6565
@<dependency>@
6666
@<groupId>org.scribe</groupId>@
6767
@<artifactId>scribe</artifactId>@
68-
@<version>1.3.2</version>@
68+
@<version>1.3.3</version>@
6969
@</dependency>@
7070

7171
h1. Getting started in less than 2 minutes

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@
9595

9696
[1.3.3]
9797
* FEATURE: accessToken and requestToken timeouts default to 2 seconds and can be specified.
98+
* FEATURE: New Apis.

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.3.2</version>
7+
<version>1.3.3</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)