Skip to content

Commit 2b534e4

Browse files
committed
Version bump to 1.14.1.
1 parent 962af64 commit 2b534e4

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.14.0'
2+
version '1.14.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.14.0");
21+
USER_AGENT("User-Agent", "bunq-sdk-java/1.14.1");
2222

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

0 commit comments

Comments
 (0)