Skip to content

Commit

Permalink
Update manifest.json version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 3, 2024
1 parent 25dad6a commit dabc495
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"id": "oencrypt",
"name": "OEncrypt",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "A plugin for Obsidian that encrypts and decrypts notes using PGP, ensuring the security of your sensitive information.",
"author": "Xezard",
"authorUrl": "https://xezard.me",
"fundingUrl": "https://xezard.me/donate",
"isDesktopOnly": false,
"repository": "https://github.com/xezard/oencrypt",
"keywords": [
"obsidian",
"plugin",
"pgp",
"encryption",
"cipher",
"password",
"security"
]
"id": "oencrypt",
"name": "OEncrypt",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"description": "A plugin for Obsidian that encrypts and decrypts notes using PGP, ensuring the security of your sensitive information.",
"author": "Xezard",
"authorUrl": "https://xezard.me",
"fundingUrl": "https://xezard.me/donate",
"isDesktopOnly": false,
"repository": "https://github.com/xezard/oencrypt",
"keywords": [
"obsidian",
"plugin",
"pgp",
"encryption",
"cipher",
"password",
"security"
]
}

0 comments on commit dabc495

Please sign in to comment.