Skip to content

Commit

Permalink
bump up version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl-blkv committed Sep 6, 2017
1 parent 1740c8b commit 5878640
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.10.0'
version '0.11.0'

apply plugin: 'java'
apply plugin: 'maven'
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 @@ -79,7 +79,7 @@ public class ApiClient {
/**
* Prefix for bunq's own headers.
*/
private static final String USER_AGENT_BUNQ = "bunq-sdk-java/0.10.0";
private static final String USER_AGENT_BUNQ = "bunq-sdk-java/0.11.0";
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 5878640

Please sign in to comment.