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 dabd189 commit 502aa9aCopy full SHA for 502aa9a
build.gradle
@@ -1,5 +1,5 @@
1
group 'com.bunq.sdk'
2
-version '0.13.1'
+version '1.0.0'
3
4
apply plugin: 'java'
5
apply plugin: 'maven'
src/main/java/com/bunq/sdk/http/ApiClient.java
@@ -95,7 +95,7 @@ public class ApiClient {
95
/**
96
* Prefix for bunq's own headers.
97
*/
98
- private static final String USER_AGENT_BUNQ = "bunq-sdk-java/0.13.1";
+ private static final String USER_AGENT_BUNQ = "bunq-sdk-java/1.0.0";
99
public static final String LANGUAGE_EN_US = "en_US";
100
public static final String REGION_NL_NL = "nl_NL";
101
public static final String GEOLOCATION_ZERO = "0 0 0 0 000";
0 commit comments