Skip to content

Commit

Permalink
Issue #287 - release 1.14.1 prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed Sep 1, 2015
1 parent 39d1aea commit 655eb2b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
@@ -1,3 +1,12 @@
1.14.1 (September 1, 2015)

* Issue #252: strange events behaviour
Thanks to Paul Myburgh
* Issue #277: version enum changed - LATEST added
Thanks to @skaluva
* Issue #286: likes field in comment type changed
Thanks to Bogdan Neacsa

1.14.0 (July 18, 2015)

* Issue #273: Normalize license header
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/restfb/restfb.svg?branch=dev)](https://travis-ci.org/restfb/restfb)
[![Build Status](https://travis-ci.org/restfb/restfb.svg)](https://travis-ci.org/restfb/restfb)

# RestFB (http://restfb.com)
## What it is
Expand Down
2 changes: 1 addition & 1 deletion build.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- @author Mark Allen @author Scott Hernandez -->
<project name="RestFB" default="dist" xmlns:artifact="antlib:org.apache.maven.artifact.ant">
<property name="libraryVersion" value="1.14.0" />
<property name="libraryVersion" value="1.14.1" />

<path id="maven-ant-tasks.classpath" path="lib/maven-ant-tasks-2.1.3.jar" />
<typedef resource="org/apache/maven/artifact/ant/antlib.xml"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>restfb</artifactId>
<packaging>jar</packaging>
<name>RestFB</name>
<version>1.14.0</version>
<version>1.14.1</version>
<description>RestFB is a simple and flexible Facebook Graph API and Old REST API client written in Java.</description>
<url>http://restfb.com</url>
<inceptionYear>2010</inceptionYear>
Expand Down

0 comments on commit 655eb2b

Please sign in to comment.