Skip to content

Commit f49ffb4

Browse files
committed
fix: update version to 1.0.1 for aetheris-app, aetheris-kube, and installer script
1 parent ac37384 commit f49ffb4

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/aetheris-app", "crates/aetheris-kube"]
44

55
[workspace.package]
6-
version = "1.0.0"
6+
version = "1.0.1"
77
edition = "2021"
88
license = "GPL-3.0-or-later"
99
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 "0.1.0"
11+
#define AppVersion "1.0.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.0.0"
4+
version = "1.0.1"
55
edition = "2021"
66
license = "GPL-3.0-or-later"
77
authors = ["Leandro Rodrigues <leandromqrs@hotmail.com>"]

0 commit comments

Comments
 (0)