File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/com/pipedream/api/core Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Add the dependency in your `pom.xml` file:
25
25
<dependency >
26
26
<groupId >com.pipedream</groupId >
27
27
<artifactId >pipedream</artifactId >
28
- <version >1.0.5 </version >
28
+ <version >1.0.6 </version >
29
29
</dependency >
30
30
```
31
31
Original file line number Diff line number Diff line change 48
48
49
49
group = ' com.pipedream'
50
50
51
- version = ' 1.0.5 '
51
+ version = ' 1.0.6 '
52
52
53
53
jar {
54
54
dependsOn(" :generatePomFileForMavenPublication" )
@@ -79,7 +79,7 @@ publishing {
79
79
maven(MavenPublication ) {
80
80
groupId = ' com.pipedream'
81
81
artifactId = ' pipedream'
82
- version = ' 1.0.5 '
82
+ version = ' 1.0.6 '
83
83
from components. java
84
84
pom {
85
85
name = ' pipedream'
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ private ClientOptions(
35
35
this .headers .putAll (headers );
36
36
this .headers .putAll (new HashMap <String , String >() {
37
37
{
38
- put ("User-Agent" , "com.pipedream:pipedream/1.0.5 " );
38
+ put ("User-Agent" , "com.pipedream:pipedream/1.0.6 " );
39
39
put ("X-Fern-Language" , "JAVA" );
40
40
put ("X-Fern-SDK-Name" , "com.pipedream.fern:api-sdk" );
41
- put ("X-Fern-SDK-Version" , "1.0.5 " );
41
+ put ("X-Fern-SDK-Version" , "1.0.6 " );
42
42
}
43
43
});
44
44
this .headerSuppliers = headerSuppliers ;
You can’t perform that action at this time.
0 commit comments