diff --git a/Cargo.lock b/Cargo.lock index 547e810..1353c2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "murk-cli" -version = "0.5.3" +version = "0.5.4" dependencies = [ "age", "assert_cmd", @@ -1388,7 +1388,7 @@ dependencies = [ [[package]] name = "murk-napi" -version = "0.5.3" +version = "0.5.4" dependencies = [ "murk-cli", "napi", diff --git a/Cargo.toml b/Cargo.toml index ff3c0c2..1523e0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["fuzz"] [package] name = "murk-cli" -version = "0.5.3" +version = "0.5.4" edition = "2024" rust-version = "1.89" description = "Encrypted secrets manager for developers — one file, age encryption, git-friendly" diff --git a/node/Cargo.toml b/node/Cargo.toml index d1ed3c5..e76367b 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "murk-napi" -version = "0.5.3" +version = "0.5.4" edition = "2024" license = "MIT OR Apache-2.0" publish = false diff --git a/node/package-lock.json b/node/package-lock.json index 6184383..9d79f24 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iicky/murk-secrets", - "version": "0.5.3", + "version": "0.5.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iicky/murk-secrets", - "version": "0.5.3", + "version": "0.5.4", "license": "MIT OR Apache-2.0", "devDependencies": { "@biomejs/biome": "^2.4.9", diff --git a/node/package.json b/node/package.json index e38027a..35788b6 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "@iicky/murk-secrets", - "version": "0.5.3", + "version": "0.5.4", "description": "Node.js/TypeScript bindings for murk — encrypted secrets manager", "main": "index.js", "types": "index.d.ts",