Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d31b6f commit b338d14Copy full SHA for b338d14
README.md
@@ -14,7 +14,7 @@ To do this you will need to add this configuration to your `pom.xml`:
14
<dependency>
15
<groupId>com.shift4</groupId>
16
<artifactId>shift4-java</artifactId>
17
- <version>3.0.1</version>
+ <version>3.1.0</version>
18
</dependency>
19
```
20
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = 'com.shift4'
9
-version = '3.0.1'
+version = '3.1.0'
10
archivesBaseName = 'shift4-java'
11
12
def stagingForReleases = 'staging-deploy/releases'
0 commit comments