tr200 2.0.3 → 2.0.4

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/bin/tr200.js +2 -2
  2. package/package.json +1 -1
package/bin/tr200.js CHANGED
@@ -342,7 +342,7 @@ function runReport() {
342
342
  // Handle help flag
343
343
  if (process.argv.includes('--help') || process.argv.includes('-h')) {
344
344
  console.log(`
345
- TR-200 Machine Report v2.0.3
345
+ TR-200 Machine Report v2.0.4
346
346
 
347
347
  Usage: tr200 [options]
348
348
  report [options]
@@ -362,7 +362,7 @@ More info: https://github.com/RealEmmettS/usgc-machine-report
362
362
 
363
363
  // Handle version flag
364
364
  if (process.argv.includes('--version') || process.argv.includes('-v')) {
365
- console.log('2.0.3');
365
+ console.log('2.0.4');
366
366
  process.exit(0);
367
367
  }
368
368
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tr200",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Cross-platform system information report with Unicode box-drawing display",
5
5
  "author": "shaughv",
6
6
  "license": "BSD-3-Clause",