Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b338d14

Browse files
committed
v3.1.0
1 parent 1d31b6f commit b338d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To do this you will need to add this configuration to your `pom.xml`:
1414
<dependency>
1515
<groupId>com.shift4</groupId>
1616
<artifactId>shift4-java</artifactId>
17-
<version>3.0.1</version>
17+
<version>3.1.0</version>
1818
</dependency>
1919
```
2020

build.gradle

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

88
group = 'com.shift4'
9-
version = '3.0.1'
9+
version = '3.1.0'
1010
archivesBaseName = 'shift4-java'
1111

1212
def stagingForReleases = 'staging-deploy/releases'

0 commit comments

Comments
 (0)