Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Preparing for release 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Patel committed Jan 31, 2017
1 parent 5762335 commit 6b2420f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
CHANGELOG
=========

v1.13.1
----
* Fixed PATCH requests for Google App Engine [#273](https://github.com/paypal/PayPal-Java-SDK/pull/273).

v1.13.0
----
* Payments API updates [#258](https://github.com/paypal/PayPal-Java-SDK/pull/258).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -13,7 +13,7 @@ allprojects {
apply plugin: 'java'

group = 'com.paypal.sdk'
version = '1.13.0'
version = '1.13.1'
sourceCompatibility = 1.6
targetCompatibility = 1.6

Expand Down
Expand Up @@ -15,7 +15,7 @@ public class SDKVersionImpl implements SDKVersion {
/**
* SDK Version used in User-Agent HTTP header
*/
private static final String SDK_VERSION = "1.13.0";
private static final String SDK_VERSION = "1.13.1";

public String getSDKId() {
return SDK_ID;
Expand Down

0 comments on commit 6b2420f

Please sign in to comment.