diff --git a/Cargo.toml b/Cargo.toml index e435cca..d207809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" [package] name = "lade" -version = "0.6.1-beta.1" +version = "0.6.1" edition = "2021" description = "Automatically load secrets from your preferred vault as environment variables, and clear them once your shell command is over." license = "MPL-2.0" @@ -24,7 +24,7 @@ serde = { version = "1.0.163", features = ["derive"] } serde_yaml = "0.9.21" clap = { version = "4.2.7", features = ["derive"] } regex = "1.8.1" -lade-sdk = { path = "./sdk", version = "0.6.1-beta.1" } +lade-sdk = { path = "./sdk", version = "0.6.1" } tokio = { version = "1", features = ["full"] } indexmap = { version = "1.9.3", features = ["serde"] } clap-verbosity-flag = "2.0.1" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 40d1705..66830ba 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lade-sdk" -version = "0.6.1-beta.1" +version = "0.6.1" edition = "2021" description = "Lade SDK" license = "MPL-2.0"