@brewnet/cli 0.0.2 → 0.0.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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7823,7 +7823,7 @@ function stripAnsi(str) {
7823
7823
  // src/index.ts
7824
7824
  function createProgram() {
7825
7825
  const program = new Command();
7826
- program.name("brewnet").description("Your Home Server, Brewed Fresh").version("0.0.2").showHelpAfterError('(run "brewnet --help" for usage information)');
7826
+ program.name("brewnet").description("Your Home Server, Brewed Fresh").version("0.0.3").showHelpAfterError('(run "brewnet --help" for usage information)');
7827
7827
  registerInitCommand(program);
7828
7828
  registerStatusCommand(program);
7829
7829
  registerAddCommand(program);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brewnet/cli",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public"