Skip to content

Commit 4c37d45

Browse files
release: version 0.1.7 (#8)
1 parent 861f5c8 commit 4c37d45

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ java {
4646

4747
group = 'com.ssoready'
4848

49-
version = '0.1.6'
49+
version = '0.1.7'
5050

5151
jar {
5252
dependsOn(":generatePomFileForMavenPublication")
@@ -77,7 +77,7 @@ publishing {
7777
maven(MavenPublication) {
7878
groupId = 'com.ssoready'
7979
artifactId = 'ssoready-java-sdk'
80-
version = '0.1.6'
80+
version = '0.1.7'
8181
from components.java
8282
pom {
8383
name = 'SSOReady'
@@ -125,3 +125,5 @@ signing {
125125
useInMemoryPgpKeys(signingKeyId, signingPassword)
126126
sign publishing.publications.maven
127127
}
128+
129+
sonatypeCentralUpload.dependsOn build

settings.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
rootProject.name = 'ssoready-java-sdk'
2-
include 'sample-app'
2+
3+
include 'sample-app'

src/main/java/com/ssoready/api/core/ClientOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6");
33+
put("X-Fern-SDK-Version", "0.1.7");
3434
}
3535
});
3636
this.headerSuppliers = headerSuppliers;

0 commit comments

Comments
 (0)