File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
src/main/java/ai/reveng/invoker Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- v3.30 .0
1+ v3.31 .0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add this dependency to your project's POM:
1616<dependency >
1717 <groupId >ai.reveng</groupId >
1818 <artifactId >sdk</artifactId >
19- <version >3.30 .0</version >
19+ <version >3.31 .0</version >
2020 <scope >compile</scope >
2121</dependency >
2222```
@@ -31,7 +31,7 @@ repositories {
3131}
3232
3333dependencies {
34- implementation "ai.reveng:sdk:3.30 .0"
34+ implementation "ai.reveng:sdk:3.31 .0"
3535}
3636```
3737
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: 'java'
1919apply plugin : ' com.diffplug.spotless'
2020
2121group = ' ai.reveng'
22- version = ' 3.30 .0'
22+ version = ' 3.31 .0'
2323
2424
2525
@@ -171,7 +171,7 @@ mavenPublishing {
171171 publishToMavenCentral(true )
172172 signAllPublications()
173173
174- coordinates(" ai.reveng" , " sdk" , " 3.30 .0" )
174+ coordinates(" ai.reveng" , " sdk" , " 3.31 .0" )
175175
176176 pom {
177177 name = " sdk"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22 settings(
33 organization := " ai.reveng" ,
44 name := " sdk" ,
5- version := " 3.30 .0" ,
5+ version := " 3.31 .0" ,
66 scalaVersion := " 2.11.12" ,
77 scalacOptions ++= Seq (" -feature" ),
88 compile / javacOptions ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 55 <artifactId >sdk</artifactId >
66 <packaging >jar</packaging >
77 <name >sdk</name >
8- <version >3.30 .0</version >
8+ <version >3.31 .0</version >
99 <url >https://github.com/RevEngAI/sdk-java</url >
1010 <description >Java SDK for the RevEng.AI API</description >
1111 <scm >
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ protected void init() {
146146 json = new JSON ();
147147
148148 // Set default User-Agent.
149- setUserAgent ("OpenAPI-Generator/3.30 .0/java" );
149+ setUserAgent ("OpenAPI-Generator/3.31 .0/java" );
150150
151151 authentications = new HashMap <String , Authentication >();
152152 }
Original file line number Diff line number Diff line change 1818
1919@ javax .annotation .Generated (value = "org.openapitools.codegen.languages.JavaClientCodegen" )
2020public class Configuration {
21- public static final String VERSION = "3.30 .0" ;
21+ public static final String VERSION = "3.31 .0" ;
2222
2323 private static final AtomicReference <ApiClient > defaultApiClient = new AtomicReference <>();
2424 private static volatile Supplier <ApiClient > apiClientFactory = ApiClient ::new ;
You can’t perform that action at this time.
0 commit comments