From 694b9483c7a551626244cbc222c602ea9ff74094 Mon Sep 17 00:00:00 2001 From: sean.zhou <sean.zhou@dji.com> Date: Tue, 25 Apr 2023 21:44:00 +0800 Subject: [PATCH] What's new? 1. Wayline management: added `pause wayline task` and `recover wayline task`. 2. Added command flight function. 3. Fixed some issues. --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 66e3efa..4f0fea6 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>com.dji</groupId> <artifactId>cloud-api-sample</artifactId> - <version>1.3.1</version> + <version>1.4.0</version> <name>cloud-api-sample</name> <properties> -- Gitblit v1.9.3