Browse Source

prep for release

pull/55/head
Cleon 3 years ago
parent
commit
c81909e1b1
  1. 2
      README.md
  2. 2
      manifest.json
  3. 1
      versions.json

2
README.md

@ -25,7 +25,7 @@ You can install the plugin via the Community Plugins tab within Obsidian by sear @@ -25,7 +25,7 @@ You can install the plugin via the Community Plugins tab within Obsidian by sear
> Please report any bugs or feature requests [here](https://github.com/meld-cp/obsidian-encrypt/issues).
### Next
### v2.0.3
- add common password session cache
- also remember passwords for whole note encryption
- add password peek button

2
manifest.json

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
{
"id": "meld-encrypt",
"name": "Meld Encrypt",
"version": "2.0.2",
"version": "2.0.3",
"minAppVersion": "0.12.15",
"description": "Hide secrets in your valut",
"author": "meld-cp",

1
versions.json

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
{
"2.0.3": "1.0.3",
"2.0.2": "1.0.3",
"2.0.1": "1.0.3",
"2.0.0": "1.0.3",

Loading…
Cancel
Save