Skip to content

Commit

Permalink
Merge branch 'release-0.9.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl-blkv committed Aug 8, 2017
2 parents c7c179a + 5c37b1a commit 32750fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.bunq.sdk'
version '0.9.0'
version '0.9.1'

apply plugin: 'java'
sourceCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bunq/sdk/http/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class ApiClient {
/**
* Prefix for bunq's own headers.
*/
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";
private static final String LANGUAGE_EN_US = "en_US";
private static final String REGION_NL_NL = "nl_NL";
private static final String GEOLOCATION_ZERO = "0 0 0 0 000";
Expand Down

0 comments on commit 32750fe

Please sign in to comment.