Skip to content

Commit 7b64ebf

Browse files
committed
version 2.4.13
1 parent 9a2b38d commit 7b64ebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

facebook4j-core/src/main/java/facebook4j/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @author Ryuji Yamashita - roundrop at gmail.com
2121
*/
2222
public final class Version {
23-
private static final String VERSION = "2.4.12";
23+
private static final String VERSION = "2.4.13";
2424
private static final String TITLE = "Facebook4J";
2525

2626
private Version() {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Facebook4J is a Facebook Graph API binding library for the Java language licensed under Apache License 2.0.
33

44
## Version
5-
2.4.12
5+
2.4.13
66

77
## Install
88

0 commit comments

Comments
 (0)