Skip to content

Commit

Permalink
(release): v3.0.2 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] authored Mar 21, 2024
1 parent 694e43e commit 896d9ad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,24 @@ publishing {
maven(MavenPublication) {
groupId = 'com.courier'
artifactId = 'courier-java'
version = '3.0.1'
version = '3.0.2'
from components.java
pom {
name = 'courier'
description = 'The official SDK of courier'
url = 'https://buildwithfern.com'
developers {
developer {
name = 'courier'
email = '[email protected]'
}
}
scm {
connection = 'scm:git:git://github.com/trycourier/courier-java.git'
developerConnection = 'scm:git:git://github.com/trycourier/courier-java.git'
url = 'https://github.com/trycourier/courier-java'
}
}
}
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/courier/api/core/ClientOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private ClientOptions(
"X-Fern-SDK-Name",
"com.courier.fern:api-sdk",
"X-Fern-SDK-Version",
"3.0.1",
"3.0.2",
"X-Fern-Language",
"JAVA"));
this.headerSuppliers = headerSuppliers;
Expand Down

0 comments on commit 896d9ad

Please sign in to comment.