Skip to content

Commit c68b1ab

Browse files
committed
feat: bump version to 1.3.1 across all components
1 parent c38dbd8 commit c68b1ab

5 files changed

Lines changed: 11 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "1.3.0"
10+
version = "1.3.1"
1111
edition = "2024"
1212
license = "GPL-3.0-or-later"
1313
authors = ["Leandro Rodrigues <leandromqrs@hotmail.com>"]

build-aux/inno/aetheris.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
; SetupIconFile — optional .ico path
99

1010
#ifndef AppVersion
11-
#define AppVersion "1.3.0"
11+
#define AppVersion "1.3.1"
1212
#endif
1313
#ifndef SourceDir
1414
#define SourceDir "..\..\target\windows\aetheris"

crates/aetheris-app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "aetheris-app"
33
description = "Aetheris native Kubernetes client for GNOME"
4-
version = "1.3.0"
4+
version = "1.3.1"
55
edition = "2024"
66
license = "GPL-3.0-or-later"
77
authors = ["Leandro Rodrigues <leandromqrs@hotmail.com>"]

data/org.luminusos.Aetheris.metainfo.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
</supports>
5656
<content_rating type="oars-1.1"/>
5757
<releases>
58+
<release version="1.3.1" date="2026-07-09">
59+
<description>
60+
<p>Updates Aetheris for the 1.3.1 release.</p>
61+
</description>
62+
</release>
5863
<release version="1.3.0" date="2026-07-06">
5964
<description>
6065
<p>Updates Aetheris for the 1.3.0 release.</p>

0 commit comments

Comments
 (0)