airborne-core-cli 0.13.4 → 0.13.5

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -117,7 +117,7 @@ function printColoredJSON(obj, indent = 2) {
117
117
  const program = new Command()
118
118
  .name("airborne-core-cli")
119
119
  .description("Command-line interface for Airborne OTA operations")
120
- .version("0.13.4");
120
+ .version("0.13.5");
121
121
 
122
122
  program
123
123
  .command("CreateApplication")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "airborne-core-cli",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "airborne-core-cli": "bin.js"