We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4acf97 commit c5da1dcCopy full SHA for c5da1dc
2 files changed
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "thoth-cli",
3
- "version": "0.2.3",
+ "version": "0.2.4",
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,8 +12,8 @@ import https from 'https';
12
13
const __dirname = dirname(fileURLToPath(import.meta.url));
14
15
-const VERSION = '0.1.0';
16
-const REPO = 'aklo/thoth-cli';
+const VERSION = '0.2.3';
+const REPO = 'aklo360/thoth-cli';
17
const BASE_URL = `https://github.com/${REPO}/releases/download/v${VERSION}`;
18
19
function getPlatformKey() {
0 commit comments