phewsh 0.3.0 → 0.3.1

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/phewsh.js +2 -1
  2. package/package.json +1 -1
package/bin/phewsh.js CHANGED
@@ -28,7 +28,8 @@ function showBrand() {
28
28
  console.log('');
29
29
  console.log(` ${d('😮\u200d💨')} ${d('🤫')}`);
30
30
  console.log('');
31
- console.log(` ${b(w('P H E W S H'))}`);
31
+ console.log(` ${b(w('█▀█ █░█ █▀▀ █░█ █▀ █░█'))}`);
32
+ console.log(` ${b(w('█▀▀ █▀█ ██▄ ▀▄▀ ▄█ █▀█'))}`);
32
33
  console.log(` ${g('Build with clarity. Execute without drift.')}`);
33
34
  console.log('');
34
35
  console.log(hint);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phewsh",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Turn intent into action. Structure your thinking, execute your next step.",
5
5
  "bin": {
6
6
  "phewsh": "bin/phewsh.js"