Skip to content

Commit

Permalink
Merge pull request #32 from paypay/version-update-0.4.0
Browse files Browse the repository at this point in the history
updated version to 0.4.0
  • Loading branch information
Shreyansh Pandey committed Aug 25, 2020
2 parents d848c08 + 1bb016b commit b2a57f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DynamicQRCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Before integrating with the SDK, run through this checklist:
Add this dependency to your project's build file:

```groovy
compile "jp.ne.paypay:paypayopa:0.3.0"
compile "jp.ne.paypay:paypayopa:0.4.0"
```
### Build your Client
Build your client by adding your API Key and Secret like defined below. We enable API Authentication using HMAC, however the SDK will take care of the authentication by itself. [Click here](https://www.paypay.ne.jp/opa/doc/v1.0/dynamicqrcode#tag/Api-Authentication) if you want to know more about the authentication.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Building the API client library requires Gradle to be installed.
Add this dependency to your project's build.gradle file:

```groovy
compile "jp.ne.paypay:paypayopa:0.3.0"
compile "jp.ne.paypay:paypayopa:0.4.0"
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'jp.ne.paypay'
version = '0.3.0'
version = '0.4.0'



Expand Down

0 comments on commit b2a57f7

Please sign in to comment.