Skip to content

Commit c7a5be9

Browse files
committed
Update version
1 parent de3735c commit c7a5be9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ This library provide ability to make requests to Transact Pro Gateway API v3.
1212
<dependency>
1313
<groupId>com.github.transactpro</groupId>
1414
<artifactId>gateway</artifactId>
15-
<version>1.3.3</version>
15+
<version>1.3.4</version>
1616
</dependency>
1717
```
1818

1919
#### Gradle
2020

2121
```groovy
22-
implementation 'com.github.transactpro:gateway:1.3.3'
22+
implementation 'com.github.transactpro:gateway:1.3.4'
2323
```
2424

2525
## Documentation

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.transactpro</groupId>
88
<artifactId>gateway</artifactId>
9-
<version>1.3.3</version>
9+
<version>1.3.4</version>
1010

1111
<name>Transact Pro Gateway v3 Java client library</name>
1212
<description>A library that provide ability to make requests to Transact Pro Gateway API v3.</description>

0 commit comments

Comments
 (0)