Browse Source

prep for new version

pull/123/head 2.3.1
Cleon 2 years ago
parent
commit
c0dadec7ec
  1. 2
      manifest.json
  2. 2
      package.json
  3. 3
      versions.json

2
manifest.json

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
{
"id": "meld-encrypt",
"name": "Meld Encrypt",
"version": "2.3.0",
"version": "2.3.1",
"minAppVersion": "1.0.3",
"description": "Hide secrets in your vault",
"author": "meld-cp",

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "2.3.0",
"version": "2.3.1",
"description": "Hide secrets in your vault",
"main": "main.js",
"scripts": {

3
versions.json

@ -28,5 +28,6 @@ @@ -28,5 +28,6 @@
"2.1.2": "1.0.3",
"2.1.3": "1.0.3",
"2.2.0": "1.0.3",
"2.3.0": "1.0.3"
"2.3.0": "1.0.3",
"2.3.1": "1.0.3"
}
Loading…
Cancel
Save