Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v2.0.119
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed May 26, 2023
1 parent f1d47f0 commit f1efd3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.iyzipay</groupId>
<artifactId>iyzipay-java</artifactId>
<version>2.0.118</version>
<version>2.0.119</version>
</dependency>
```

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

```groovy
compile "com.iyzipay:iyzipay-java:2.0.118"
compile "com.iyzipay:iyzipay-java:2.0.119"
```

### Others
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.118
2.0.119
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.iyzipay</groupId>
<artifactId>iyzipay-java</artifactId>
<version>2.0.118</version>
<version>2.0.119</version>
<packaging>jar</packaging>
<name>iyzipay-java</name>
<description>iyzipay api java client</description>
Expand Down

0 comments on commit f1efd3c

Please sign in to comment.