Skip to content

Commit c5da1dc

Browse files
committed
chore: v0.2.4 - fix postinstall to use correct repo and version
1 parent d4acf97 commit c5da1dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.3",
3+
"version": "0.2.4",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import https from 'https';
1212

1313
const __dirname = dirname(fileURLToPath(import.meta.url));
1414

15-
const VERSION = '0.1.0';
16-
const REPO = 'aklo/thoth-cli';
15+
const VERSION = '0.2.3';
16+
const REPO = 'aklo360/thoth-cli';
1717
const BASE_URL = `https://github.com/${REPO}/releases/download/v${VERSION}`;
1818

1919
function getPlatformKey() {

0 commit comments

Comments
 (0)