Skip to content

Commit 553374e

Browse files
committed
chore: v0.2.5
1 parent b35c1d5 commit 553374e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4",
3+
"version": "0.2.5",
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
@@ -12,7 +12,7 @@ import https from 'https';
1212

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

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

0 commit comments

Comments
 (0)