Skip to content

Commit

Permalink
Crankshaft Build #BU000000QWGB13 @ 2015-04-29 11:08:09 +0000
Browse files Browse the repository at this point in the history
  • Loading branch information
Crankshaft Robot committed Apr 29, 2015
1 parent f67acfc commit 0b9b6ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ With Maven:
<dependency>
<groupId>com.gocardless</groupId>
<artifactId>gocardless-pro</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

With Gradle:

```
compile 'com.gocardless:gocardless-pro:0.2.0'
compile 'com.gocardless:gocardless-pro:0.2.1'
```

## Initializing the client
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'signing'

sourceCompatibility = 1.7
group = ' com.gocardless'
version = '0.2.0'
version = '0.2.1'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/gocardless/http/HttpClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Users of this library should not need to access this class directly.
*/
public class HttpClient {
private static final String USER_AGENT = String.format("gocardless-pro/0.2.0 %s/%s %s/%s",
private static final String USER_AGENT = String.format("gocardless-pro/0.2.1 %s/%s %s/%s",
replaceSpaces(System.getProperty("os.name")),
replaceSpaces(System.getProperty("os.version")),
replaceSpaces(System.getProperty("java.vm.name")),
Expand Down

0 comments on commit 0b9b6ba

Please sign in to comment.