Skip to content

Commit 3e0032e

Browse files
committed
Release 0.1.1
1 parent ad78313 commit 3e0032e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ publishing {
3434
maven(MavenPublication) {
3535
groupId = 'io.github.seamapi'
3636
artifactId = 'java'
37-
version = '0.1.0'
37+
version = '0.1.1'
3838
from components.java
3939
}
4040
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private ClientOptions(
2323
this.headers = new HashMap<>();
2424
this.headers.putAll(headers);
2525
this.headers.putAll(Map.of(
26-
"X-Fern-SDK-Name", "com.seam.fern:api-sdk", "X-Fern-SDK-Version", "0.1.0", "X-Fern-Language", "JAVA"));
26+
"X-Fern-SDK-Name", "com.seam.fern:api-sdk", "X-Fern-SDK-Version", "0.1.1", "X-Fern-Language", "JAVA"));
2727
this.headerSuppliers = headerSuppliers;
2828
this.httpClient = httpClient;
2929
;

0 commit comments

Comments
 (0)