diff --git a/package.json b/package.json index 83914be..ce85a0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-manager", - "version": "0.2.3", + "version": "0.2.4", "description": "Convenience Tool for working with AWS, e.g. to generate a RDS short-lived passwords for IAM based authentication.", "private": true, "license": "CC-BY-NC-SA-3.0", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index bbf91c0..bc63a24 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -64,7 +64,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "app" -version = "0.2.3" +version = "0.2.4" dependencies = [ "aws-config", "aws-credential-types", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 33e801c..4cdb0c8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.2.3" +version = "0.2.4" description = "AWS Manager" authors = ["oss@dbl.works"] license = "CC-BY-NC-SA-3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c43a5be..e44819e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "aws-manager", - "version": "0.2.3" + "version": "0.2.4" }, "tauri": { "allowlist": {