Skip to content

Commit 3872fcb

Browse files
author
Steve Crow
committed
Bump version: 3.4.0 → 3.5.0
1 parent b021989 commit 3872fcb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 3.4.0
4+
current_version = 3.5.0
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66
serialize =
77
{major}.{minor}.{patch}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
}
2929
3030
dependencies {
31-
compile 'com.nexmo:client:3.4.0'
31+
compile 'com.nexmo:client:3.5.0'
3232
}
3333
```
3434

@@ -40,7 +40,7 @@ Add the following to the correct place in your project's POM file:
4040
<dependency>
4141
<groupId>com.nexmo</groupId>
4242
<artifactId>client</artifactId>
43-
<version>3.4.0</version>
43+
<version>3.5.0</version>
4444
</dependency>
4545
```
4646

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'eclipse'
1818

1919
group = "com.nexmo"
2020
archivesBaseName = "client"
21-
version = "3.4.0"
21+
version = "3.5.0"
2222

2323
sourceCompatibility = "1.7"
2424
targetCompatibility = "1.7"

src/main/java/com/nexmo/client/HttpWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ protected HttpClient createHttpClient() {
8585

8686
return HttpClientBuilder.create()
8787
.setConnectionManager(connectionManager)
88-
.setUserAgent("nexmo-java/3.4.0")
88+
.setUserAgent("nexmo-java/3.5.0")
8989
.setDefaultRequestConfig(requestConfig)
9090
.build();
9191
}

0 commit comments

Comments
 (0)