Skip to content

Commit

Permalink
0.7.1 release update
Browse files Browse the repository at this point in the history
  • Loading branch information
javidlulu committed Oct 13, 2020
1 parent 144f68d commit 6e49398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jp/ne/paypay/ApiClient.java
Expand Up @@ -53,7 +53,7 @@ public ApiClient() {
httpClient = new OkHttpClient();
json = new JSON();
// Set default User-Agent.
setUserAgent("PayPay-SDK/0.7.0/java");
setUserAgent("PayPay-SDK/0.7.1/java");
authentications = new HashMap<>();
authentications.put("HmacAuth", new HmacAuth());
authentications = Collections.unmodifiableMap(authentications);
Expand Down

0 comments on commit 6e49398

Please sign in to comment.