File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717# Lesser General Public License for more details.
1818
1919
20- __version__ = "0.9.8 "
21- __version_info__ = (0 ,9 ,8 )
20+ __version__ = "0.9.9 "
21+ __version_info__ = (0 ,9 ,9 )
Original file line number Diff line number Diff line change 11{
22 "name" : " polaris" ,
3- "version" : " 0.9.8 " ,
3+ "version" : " 0.9.9 " ,
44 "description" : " Ainara Polaris - Ainara AI Companion Framework Desktop Integration" ,
55 "main" : " polaris/main.js" ,
66 "author" : {
Original file line number Diff line number Diff line change 11{
22 "name": "polaris",
3- "version": "0.9.8 ",
3+ "version": "0.9.9 ",
44 "description": "Ainara Polaris - Ainara AI Companion Framework Desktop Integration",
55 "main": "polaris/main.js",
66 "author": {
Original file line number Diff line number Diff line change @@ -3542,7 +3542,7 @@ async function finishSetup() {
35423542
35433543 // Mark setup as completed
35443544 config . set ( 'setup.completed' , true ) ;
3545- config . set ( 'setup.version' , '0.9.8 ' ) ;
3545+ config . set ( 'setup.version' , '0.9.9 ' ) ;
35463546 config . set ( 'setup.timestamp' , new Date ( ) . toISOString ( ) ) ;
35473547
35483548 // Save the final config state including setup completion flags
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ <h1>Polaris</h1>
110110 < div class ="progress-bar " id ="progress "> </ div >
111111 </ div >
112112 </ div >
113- < div class ="version " id ="version "> Version 0.9.8 </ div >
113+ < div class ="version " id ="version "> Version 0.9.9 </ div >
114114 </ div >
115115
116116 < script >
You can’t perform that action at this time.
0 commit comments