Skip to content

Commit 6e26b66

Browse files
committed
ver bump
1 parent 0331af7 commit 6e26b66

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "meld-encrypt",
33
"name": "Meld Encrypt",
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"minAppVersion": "1.0.3",
66
"description": "Hide secrets in your vault",
77
"author": "meld-cp",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Hide secrets in your vault",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
"2.0.5": "1.0.3",
2626
"2.1.0": "1.0.3",
2727
"2.1.1": "1.0.3",
28-
"2.1.2": "1.0.3"
28+
"2.1.2": "1.0.3",
29+
"2.1.3": "1.0.3"
2930
}

0 commit comments

Comments
 (0)