Skip to content

Commit a59e2a1

Browse files
Release 0.2.49
1 parent 86810f6 commit a59e2a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use the UnivaPay Java SDK, add the following dependency to your pom file:
1212
<dependency>
1313
<groupId>com.univapay</groupId>
1414
<artifactId>univapay-java-sdk</artifactId>
15-
<version>0.2.48</version>
15+
<version>0.2.49</version>
1616
</dependency>
1717
```
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ UnivaPay Java SDK を利用するには、pom ファイルに次の依存関係
1212
<dependency>
1313
<groupId>com.univapay</groupId>
1414
<artifactId>univapay-java-sdk</artifactId>
15-
<version>0.2.48</version>
15+
<version>0.2.49</version>
1616
</dependency>
1717
```
1818

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
}
4444

4545
group = 'com.univapay'
46-
version = '0.2.48'
46+
version = '0.2.49'
4747

4848
java {
4949

0 commit comments

Comments
 (0)