From 7ae0df2d1ebdd4c571bb692b85e1d535fe95a269 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 May 2026 19:42:43 +0000 Subject: [PATCH] chore: bump version to v0.1.3 [skip ci] --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 2f5c657..42394a6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cloud-kms-encryption", "name": "Cloud KMS Encryption", - "version": "0.1.2", + "version": "0.1.3", "minAppVersion": "1.7.2", "description": "Transparent encryption of secret blocks and binary files using AWS KMS. Zero plaintext on disk.", "author": "Viktar Mikalayeu", diff --git a/package-lock.json b/package-lock.json index 27a8dd4..03be3d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-cloud-kms-encryption", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-cloud-kms-encryption", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "@aws-sdk/client-kms": "3.1045.0", diff --git a/package.json b/package.json index 1bc988a..ecbee2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-kms-encryption", - "version": "0.1.2", + "version": "0.1.3", "description": "Obsidian plugin for file-level envelope encryption using Cloud KMS services", "main": "main.js", "scripts": {