Skip to content

Commit

Permalink
Merge pull request #37 from razorpay/version
Browse files Browse the repository at this point in the history
[Version]: Upgrading version to 1.3.8
  • Loading branch information
ankit-rzp authored Aug 22, 2018
2 parents a3689c3 + 04d75af commit b013a68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.razorpay</groupId>
<artifactId>razorpay-java</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
```

Expand All @@ -30,7 +30,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.razorpay:razorpay-java:1.3.7"
compile "com.razorpay:razorpay-java:1.3.8"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.razorpay</groupId>
<artifactId>razorpay-java</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
<packaging>jar</packaging>

<name>razorpay-java</name>
Expand Down

0 comments on commit b013a68

Please sign in to comment.