airborne-core-cli 0.28.0 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -116,7 +116,7 @@ function printColoredJSON(obj, indent = 2) {
|
|
|
116
116
|
const program = new Command()
|
|
117
117
|
.name("airborne-core-cli")
|
|
118
118
|
.description("Command-line interface for Airborne OTA operations")
|
|
119
|
-
.version("0.
|
|
119
|
+
.version("0.29.0");
|
|
120
120
|
|
|
121
121
|
program
|
|
122
122
|
.command("CreateApplication")
|