Skip to content

Commit 2efdc63

Browse files
author
Ruben Gomez
committed
Bump version to 0.9.9
1 parent a7c0e5a commit 2efdc63

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

ainara/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

package.json.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

polaris/components/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

polaris/html/splash.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)