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.15 " ,
3+ "version" : " 0.2.16 " ,
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 @@ -14,7 +14,7 @@ import https from 'https';
1414
1515const __dirname = dirname ( fileURLToPath ( import . meta. url ) ) ;
1616
17- const VERSION = '0.2.15 ' ;
17+ const VERSION = '0.2.16 ' ;
1818const REPO = 'aklo360/thoth-cli' ;
1919
2020// Use jsDelivr CDN for faster downloads (mirrors GitHub releases)
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ EPHEMERIS & MOON
8080REFERENCE
8181━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
8282 thoth key # full symbol reference` )
83- . version ( '0.2.15 ' ) ;
83+ . version ( '0.2.16 ' ) ;
8484
8585// Chart command
8686program
@@ -886,7 +886,7 @@ program
886886
887887// Banner
888888console . log ( chalk . dim ( '' ) ) ;
889- console . log ( chalk . yellow ( ' 𓅝' ) + chalk . dim ( ' thoth-cli v0.2.15 ' ) ) ;
889+ console . log ( chalk . yellow ( ' 𓅝' ) + chalk . dim ( ' thoth-cli v0.2.16 ' ) ) ;
890890console . log ( chalk . dim ( '' ) ) ;
891891
892892program . parse ( ) ;
You can’t perform that action at this time.
0 commit comments