Skip to content

Commit 728aedb

Browse files
Merge pull request #119 from Bandwidth/SWI-4236
SWI-4236 Updating generator to 7.3.0
2 parents e826357 + ae60bf0 commit 728aedb

File tree

104 files changed

+945
-1566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+945
-1566
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0
1+
7.3.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add this dependency to your project's POM:
4040
<dependency>
4141
<groupId>com.bandwidth.sdk</groupId>
4242
<artifactId>bandwidth-sdk</artifactId>
43-
<version>9.1.1</version>
43+
<version>9.1.2</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
```
@@ -56,7 +56,7 @@ Add this dependency to your project's build file:
5656
}
5757
5858
dependencies {
59-
implementation "com.bandwidth.sdk:bandwidth-sdk:9.1.1"
59+
implementation "com.bandwidth.sdk:bandwidth-sdk:9.1.2"
6060
}
6161
```
6262

@@ -70,7 +70,7 @@ mvn clean package
7070

7171
Then manually install the following JARs:
7272

73-
* `target/bandwidth-sdk-9.1.1.jar`
73+
* `target/bandwidth-sdk-9.1.2.jar`
7474
* `target/lib/*.jar`
7575

7676
## Getting Started

0 commit comments

Comments
 (0)