diff --git a/manifest.json b/manifest.json index ef79ced..204d76a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-cloud-kms-encryption", "name": "Cloud KMS Encryption", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "1.4.0", "description": "File-level envelope encryption using Cloud KMS services (AWS KMS, Azure Key Vault, Google Cloud KMS)", "author": "obsidian-cloud-kms", diff --git a/package-lock.json b/package-lock.json index b2c782f..fb8d957 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-cloud-kms-encryption", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-cloud-kms-encryption", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@aws-sdk/client-kms": "3.1045.0", diff --git a/package.json b/package.json index 3c73966..8107051 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-cloud-kms-encryption", - "version": "0.1.0", + "version": "0.1.1", "description": "Obsidian plugin for file-level envelope encryption using Cloud KMS services", "main": "main.js", "scripts": {