File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " thoth-cli" ,
3- "version" : " 0.2.5 " ,
3+ "version" : " 0.2.6 " ,
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" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import https from 'https';
1212
1313const __dirname = dirname ( fileURLToPath ( import . meta. url ) ) ;
1414
15- const VERSION = '0.2.5 ' ;
15+ const VERSION = '0.2.6 ' ;
1616const REPO = 'aklo360/thoth-cli' ;
1717const BASE_URL = `https://github.com/${ REPO } /releases/download/v${ VERSION } ` ;
1818
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Examples:
3535 thoth progressions --natal-date 1991-07-08 --natal-time 14:06 --city "New York" --target-date 2026-03-01
3636 thoth moon
3737 thoth ephemeris --body pluto` )
38- . version ( '0.2.0 ' ) ;
38+ . version ( '0.2.6 ' ) ;
3939
4040// Chart command
4141program
@@ -725,7 +725,7 @@ program
725725
726726// Banner
727727console . log ( chalk . dim ( '' ) ) ;
728- console . log ( chalk . yellow ( ' 𓅝' ) + chalk . dim ( ' thoth-cli v0.2.0 ' ) ) ;
728+ console . log ( chalk . yellow ( ' 𓅝' ) + chalk . dim ( ' thoth-cli v0.2.6 ' ) ) ;
729729console . log ( chalk . dim ( '' ) ) ;
730730
731731program . parse ( ) ;
You can’t perform that action at this time.
0 commit comments