Skip to content

Commit

Permalink
update version for bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d-telnyx committed Jul 14, 2021
1 parent c097234 commit 7b58153
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.telnyx.sdk</groupId>
<artifactId>telnyx</artifactId>
<version>2.7.0</version>
<version>2.7.1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -42,7 +42,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.telnyx.sdk:telnyx:2.7.0"
compile "com.telnyx.sdk:telnyx:2.7.1"
```

### Others
Expand All @@ -57,7 +57,7 @@ mvn clean package

Then manually install the following JARs:

- `target/telnyx-2.7.0.jar`
- `target/telnyx-2.7.1.jar`
- `target/lib/*.jar`

## JDK Support
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'com.telnyx.sdk'
version = '2.7.0'
version = '2.7.1'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "com.telnyx.sdk",
name := "telnyx",
version := "2.7.0",
version := "2.7.1",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion openapi-configuration/open-api_java_sdk_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"artifactVersion" : "2.7.0",
"artifactVersion" : "2.7.1",
"java8" : true,
"dateLibrary" : "java8",
"groupId" : "com.telnyx.sdk",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>telnyx</artifactId>
<packaging>jar</packaging>
<name>telnyx</name>
<version>2.7.0</version>
<version>2.7.1</version>
<url>https://github.com/team-telnyx/telnyx-java/</url>
<description>Telnyx Java SDK</description>
<scm>
Expand Down

0 comments on commit 7b58153

Please sign in to comment.