Skip to content

Commit 0505d91

Browse files
author
Teja Surisetty
committed
Updated speakeasy floww
1 parent d5bdd36 commit 0505d91

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 1.0.0
66
speakeasyVersion: 1.456.0
77
generationVersion: 2.481.0
8-
releaseVersion: 0.3.4
9-
configChecksum: d0d5cabfac97105f72cfb86c806c3891
8+
releaseVersion: 0.3.5
9+
configChecksum: 8e785fcfe21470f66e5ac34e752d40c8
1010
repoURL: https://github.com/Benzinga/bz-java-client.git
1111
published: true
1212
features:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: false
1414
oAuth2PasswordEnabled: false
1515
java:
16-
version: 0.3.4
16+
version: 0.3.5
1717
additionalDependencies: []
1818
additionalPlugins: []
1919
artifactID: BZClient

.speakeasy/workflow.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ targets:
1313
sourceNamespace: bz-java-client
1414
sourceRevisionDigest: sha256:9f2f39cea742f152e4e3f68eff31c351aa44452674855134145c8b61dee4fee7
1515
sourceBlobDigest: sha256:97ab45e06208ba917f406d570a086dbcebe7c4b3c50b7d12f0760e7ffad024c9
16-
codeSamplesNamespace: bz-java-client-code-samples
17-
codeSamplesRevisionDigest: sha256:e4fb47b7de35128dd4e9b39410fa730e96becdc1356c148e91b21cfe818a200e
1816
workflow:
1917
workflowVersion: 1.0.0
2018
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ The samples below show how a published SDK artifact is used:
4848

4949
Gradle:
5050
```groovy
51-
implementation 'org.benzinga:BZClient:0.3.4'
51+
implementation 'org.benzinga:BZClient:0.3.5'
5252
```
5353

5454
Maven:
5555
```xml
5656
<dependency>
5757
<groupId>org.benzinga</groupId>
5858
<artifactId>BZClient</artifactId>
59-
<version>0.3.4</version>
59+
<version>0.3.5</version>
6060
</dependency>
6161
```
6262

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
6363
}
6464

6565
group = "org.benzinga"
66-
version = "0.3.4"
66+
version = "0.3.5"
6767

6868
sourcesJar {
6969
archiveBaseName = "BZClient"
@@ -101,7 +101,7 @@ publishing {
101101
maven(MavenPublication) {
102102
groupId = 'org.benzinga'
103103
artifactId = 'BZClient'
104-
version = '0.3.4'
104+
version = '0.3.5'
105105

106106
from components.java
107107

src/main/java/org/benzinga/BZClient/SDKConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public String resolvedServerUrl() {
2727
public int serverIdx = 0;
2828
private static final String LANGUAGE = "java";
2929
public static final String OPENAPI_DOC_VERSION = "1.0.0";
30-
public static final String SDK_VERSION = "0.3.4";
30+
public static final String SDK_VERSION = "0.3.5";
3131
public static final String GEN_VERSION = "2.481.0";
3232
private static final String BASE_PACKAGE = "org.benzinga.BZClient";
3333
public static final String USER_AGENT =

0 commit comments

Comments
 (0)