We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35c1d5 commit 553374eCopy full SHA for 553374e
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "thoth-cli",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"description": "𓅝 Astrological calculations from the command line. Swiss Ephemeris precision. Built for humans and agents.",
5
"author": "AKLO <aklo@aklolabs.com>",
6
"license": "MIT",
packages/cli/scripts/postinstall.js
@@ -12,7 +12,7 @@ import https from 'https';
12
13
const __dirname = dirname(fileURLToPath(import.meta.url));
14
15
-const VERSION = '0.2.3';
+const VERSION = '0.2.5';
16
const REPO = 'aklo360/thoth-cli';
17
const BASE_URL = `https://github.com/${REPO}/releases/download/v${VERSION}`;
18
0 commit comments