Skip to content

Commit 81cde5a

Browse files
Version bump to 1.13.1
1 parent b623f81 commit 81cde5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.bunq.sdk'
2-
version '1.13.0'
2+
version '1.13.1'
33

44
apply plugin: 'java'
55
apply plugin: 'maven'

src/main/java/com/bunq/sdk/http/BunqHeader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public enum BunqHeader {
1818
LANGUAGE("X-Bunq-Language", "en_US"),
1919
REGION("X-Bunq-Region", "nl_NL"),
2020
SERVER_SIGNATURE("X-Bunq-Server-Signature"),
21-
USER_AGENT("User-Agent", "bunq-sdk-java/1.13.0");
21+
USER_AGENT("User-Agent", "bunq-sdk-java/1.13.1");
2222

2323
private static final String PREFIX = "X-Bunq-";
2424

0 commit comments

Comments
 (0)