File tree Expand file tree Collapse file tree 4 files changed +64
-225
lines changed
src/main/java/com/pipedream/api/core Expand file tree Collapse file tree 4 files changed +64
-225
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Add the dependency in your `pom.xml` file:
2525<dependency >
2626 <groupId >com.pipedream</groupId >
2727 <artifactId >pipedream</artifactId >
28- <version >0.0.256 </version >
28+ <version >0.0.263 </version >
2929</dependency >
3030```
3131
Original file line number Diff line number Diff line change 4848
4949group = ' com.pipedream'
5050
51- version = ' 0.0.256 '
51+ version = ' 0.0.263 '
5252
5353jar {
5454 dependsOn(" :generatePomFileForMavenPublication" )
@@ -79,7 +79,7 @@ publishing {
7979 maven(MavenPublication ) {
8080 groupId = ' com.pipedream'
8181 artifactId = ' pipedream'
82- version = ' 0.0.256 '
82+ version = ' 0.0.263 '
8383 from components. java
8484 pom {
8585 name = ' pipedream'
You can’t perform that action at this time.
0 commit comments