Skip to content

Commit 7bc0086

Browse files
author
Ruben Gomez
committed
Bump version to 0.8.1
1 parent 0dbf7d3 commit 7bc0086

4 files changed

Lines changed: 5 additions & 5 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.8.0"
21-
__version_info__ = (0, 8, 0)
20+
__version__ = "0.8.1"
21+
__version_info__ = (0, 8, 1)

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.8.0",
3+
"version": "0.8.1",
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
@@ -3339,7 +3339,7 @@ async function finishSetup() {
33393339

33403340
// Mark setup as completed
33413341
config.set('setup.completed', true);
3342-
config.set('setup.version', '0.8.0');
3342+
config.set('setup.version', '0.8.1');
33433343
config.set('setup.timestamp', new Date().toISOString());
33443344

33453345
// 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.8.0</div>
113+
<div class="version" id="version">Version 0.8.1</div>
114114
</div>
115115

116116
<script>

0 commit comments

Comments
 (0)