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 c7c179a commit 5c37b1aCopy full SHA for 5c37b1a
build.gradle
@@ -1,5 +1,5 @@
1
group 'com.bunq.sdk'
2
-version '0.9.0'
+version '0.9.1'
3
4
apply plugin: 'java'
5
sourceCompatibility = 1.8
src/main/java/com/bunq/sdk/http/ApiClient.java
@@ -69,7 +69,7 @@ public class ApiClient {
69
/**
70
* Prefix for bunq's own headers.
71
*/
72
- private static final String USER_AGENT_BUNQ = "bunq-sdk-java/0.9.0";
+ private static final String USER_AGENT_BUNQ = "bunq-sdk-java/0.9.1";
73
private static final String LANGUAGE_EN_US = "en_US";
74
private static final String REGION_NL_NL = "nl_NL";
75
private static final String GEOLOCATION_ZERO = "0 0 0 0 000";
0 commit comments