Skip to content

Commit

Permalink
start working on version 2.0.11
Browse files Browse the repository at this point in the history
git-svn-id: http://yusuke.homeip.net/svn/twitter4j/trunk@381 117b7e0d-5933-0410-9d29-ab41bb01d86b
  • Loading branch information
yusuke committed Sep 23, 2009
1 parent 40e5275 commit 10cbea5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ projectName=Twitter4J

#JUnit test suite
testclass=twitter4j.Twitter4JTestSuite
version=twitter4j-2.0.9
version=twitter4j-2.0.11

src=src/main/java
test=src/test/java
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>twitter4j</artifactId>
<packaging>jar</packaging>
<name>twitter4j</name>
<version>2.0.10</version>
<version>2.0.11-SNAPSHOT</version>
<url>http://yusuke.homeip.net/twitter4j/</url>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/twitter4j/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author Yusuke Yamamoto - yusuke at mac.com
*/
public class Version {
private final static String VERSION = "2.0.10";
private final static String VERSION = "2.0.11-SNAPSHOT";
private final static String TITLE = "Twitter4J";

public static String getVersion(){
Expand Down

0 comments on commit 10cbea5

Please sign in to comment.