Skip to content

Commit

Permalink
Merge branch 'release/2.2.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
roundrop committed Oct 13, 2014
2 parents f2561bb + 6c654dd commit 43855e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion facebook4j-core/src/main/java/facebook4j/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @author Ryuji Yamashita - roundrop at gmail.com
*/
public final class Version {
private static final String VERSION = "2.1.0";
private static final String VERSION = "2.2.0";
private static final String TITLE = "Facebook4J";

private Version() {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.facebook4j</groupId>
<artifactId>facebook4j</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>facebook4j</name>
<description>A Java library for the Facebook Graph API</description>
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Facebook4J [![Build Status](https://travis-ci.org/roundrop/facebook4j.svg?branch=develop)](https://travis-ci.org/roundrop/facebook4j)
# Facebook4J [![Build Status](https://travis-ci.org/roundrop/facebook4j.svg?branch=master)](https://travis-ci.org/roundrop/facebook4j)
Facebook4J is a Facebook Graph API binding library for the Java language licensed under Apache License 2.0.

## Usage
see: [http://facebook4j.org](http://facebook4j.org)

## Version
2.1.0
2.2.0

## License
Facebook4J is released under Apache License 2.0.
Expand Down

0 comments on commit 43855e7

Please sign in to comment.