Skip to content

Commit

Permalink
(chore): specify license (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] authored Mar 21, 2024
1 parent 896d9ad commit 2ed03e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,17 @@ publishing {
maven(MavenPublication) {
groupId = 'com.courier'
artifactId = 'courier-java'
version = '3.0.2'
version = '3.0.3'
from components.java
pom {
name = 'courier'
description = 'The official SDK of courier'
url = 'https://buildwithfern.com'
licenses {
license {
name = 'MIT'
}
}
developers {
developer {
name = 'courier'
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.2",
"3.0.3",
"X-Fern-Language",
"JAVA"));
this.headerSuppliers = headerSuppliers;
Expand Down

0 comments on commit 2ed03e0

Please sign in to comment.