Skip to content

Commit a3b19fa

Browse files
committed
fix: correct package size (v0.2.16)
1 parent 2a5d3cc commit a3b19fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thoth-cli",
3-
"version": "0.2.15",
3+
"version": "0.2.16",
44
"description": "𓅝 Astrological calculations from the command line. Swiss Ephemeris precision. Built for humans and agents.",
55
"author": "AKLO <aklo@aklolabs.com>",
66
"license": "MIT",

packages/cli/scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import https from 'https';
1414

1515
const __dirname = dirname(fileURLToPath(import.meta.url));
1616

17-
const VERSION = '0.2.15';
17+
const VERSION = '0.2.16';
1818
const REPO = 'aklo360/thoth-cli';
1919

2020
// Use jsDelivr CDN for faster downloads (mirrors GitHub releases)

packages/cli/src/bin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ EPHEMERIS & MOON
8080
REFERENCE
8181
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
8282
thoth key # full symbol reference`)
83-
.version('0.2.15');
83+
.version('0.2.16');
8484

8585
// Chart command
8686
program
@@ -886,7 +886,7 @@ program
886886

887887
// Banner
888888
console.log(chalk.dim(''));
889-
console.log(chalk.yellow(' 𓅝') + chalk.dim(' thoth-cli v0.2.15'));
889+
console.log(chalk.yellow(' 𓅝') + chalk.dim(' thoth-cli v0.2.16'));
890890
console.log(chalk.dim(''));
891891

892892
program.parse();

0 commit comments

Comments
 (0)