Skip to content

Commit 8f576ef

Browse files
author
Kevin Hellemun
committed
Version bump. 💪
1 parent d5b34f7 commit 8f576ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.bunq.sdk'
2-
version '0.12.0'
2+
version '0.12.2'
33

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public class ApiClient {
9393
/**
9494
* Prefix for bunq's own headers.
9595
*/
96-
private static final String USER_AGENT_BUNQ = "bunq-sdk-java/0.12.0";
96+
private static final String USER_AGENT_BUNQ = "bunq-sdk-java/0.12.2";
9797
private static final String LANGUAGE_EN_US = "en_US";
9898
private static final String REGION_NL_NL = "nl_NL";
9999
private static final String GEOLOCATION_ZERO = "0 0 0 0 000";

0 commit comments

Comments
 (0)