File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/ssoready/api/core Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646
4747group = ' com.ssoready'
4848
49- version = ' 0.1.8 '
49+ version = ' 1.0.0 '
5050
5151jar {
5252 dependsOn(" :generatePomFileForMavenPublication" )
@@ -77,7 +77,7 @@ publishing {
7777 maven(MavenPublication ) {
7878 groupId = ' com.ssoready'
7979 artifactId = ' ssoready-java'
80- version = ' 0.1.8 '
80+ version = ' 1.0.0 '
8181 from components. java
8282 pom {
8383 name = ' SSOReady'
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ private ClientOptions(
3030 {
3131 put ("X-Fern-Language" , "JAVA" );
3232 put ("X-Fern-SDK-Name" , "com.ssoready.fern:api-sdk" );
33- put ("X-Fern-SDK-Version" , "0.1.8 " );
33+ put ("X-Fern-SDK-Version" , "1.0.0 " );
3434 }
3535 });
3636 this .headerSuppliers = headerSuppliers ;
You can’t perform that action at this time.
0 commit comments