Skip to content

Commit

Permalink
Merge pull request #119 from Bandwidth/SWI-4236
Browse files Browse the repository at this point in the history
SWI-4236 Updating generator to 7.3.0
  • Loading branch information
brianluisgomez authored Feb 13, 2024
2 parents e826357 + ae60bf0 commit 728aedb
Show file tree
Hide file tree
Showing 104 changed files with 945 additions and 1,566 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0
7.3.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.bandwidth.sdk</groupId>
<artifactId>bandwidth-sdk</artifactId>
<version>9.1.1</version>
<version>9.1.2</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -56,7 +56,7 @@ Add this dependency to your project's build file:
}
dependencies {
implementation "com.bandwidth.sdk:bandwidth-sdk:9.1.1"
implementation "com.bandwidth.sdk:bandwidth-sdk:9.1.2"
}
```

Expand All @@ -70,7 +70,7 @@ mvn clean package

Then manually install the following JARs:

* `target/bandwidth-sdk-9.1.1.jar`
* `target/bandwidth-sdk-9.1.2.jar`
* `target/lib/*.jar`

## Getting Started
Expand Down
Loading

0 comments on commit 728aedb

Please sign in to comment.