plc-cli 0.1.2 → 0.1.3

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -6,7 +6,7 @@ import { Command } from "commander";
6
6
  // src/meta.ts
7
7
  var PRODUCT_NAME = "Plane Cockpit";
8
8
  var BINARY_NAME = "plc";
9
- var VERSION = "0.1.1";
9
+ var VERSION = true ? "0.1.3" : "0.0.0-dev";
10
10
  var AUTHOR_HANDLE = "@brunoomariano";
11
11
 
12
12
  // src/commands/auth/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plc-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "CLI and TUI for Plane (Cloud and self-hosted), inspired by gh and gh dash.",
5
5
  "license": "MIT",
6
6
  "author": "Bruno Mariano",