@tertium/hlpr 0.1.6 → 0.1.7

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/hlpr.js +1 -1
  2. package/package.json +1 -1
package/bin/hlpr.js CHANGED
@@ -40,7 +40,7 @@ const fs = __importStar(require("node:fs"));
40
40
  const readline = __importStar(require("node:readline"));
41
41
  const os = __importStar(require("node:os"));
42
42
  // Package version from package.json
43
- const VERSION = "0.1.4";
43
+ const VERSION = "0.1.6";
44
44
  // Detect shell type
45
45
  function detectShell() {
46
46
  const isWindows = os.platform() === "win32";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tertium/hlpr",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Windows and *Nix utility for typical programming activity",
5
5
  "author": "Vitalii Balabanov",
6
6
  "email": "tertiumnon@gmail.com",