Skip to content

Commit f4898bc

Browse files
author
Steve Crow
committed
Bump version: 3.8.0 → 3.9.0
1 parent 0044414 commit f4898bc

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.8.0
4+
current_version = 3.9.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.8.0'
31+
compile 'com.nexmo:client:3.9.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.8.0</version>
43+
<version>3.9.0</version>
4444
</dependency>
4545
```
4646

build.gradle

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

2626
group = "com.nexmo"
2727
archivesBaseName = "client"
28-
version = "3.8.0"
28+
version = "3.9.0"
2929

3030
sourceCompatibility = "1.7"
3131
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
@@ -37,7 +37,7 @@
3737
*/
3838
public class HttpWrapper {
3939
private static final String CLIENT_NAME = "nexmo-java";
40-
private static final String CLIENT_VERSION = "3.8.0";
40+
private static final String CLIENT_VERSION = "3.9.0";
4141
private static final String JAVA_VERSION = System.getProperty("java.version");
4242

4343
private AuthCollection authCollection;

0 commit comments

Comments
 (0)