Skip to content

Commit 69cf5ee

Browse files
committed
Update to version 1.3.1
1 parent 73de115 commit 69cf5ee

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": "obsidian-apply-patterns",
33
"name": "Apply Patterns",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"minAppVersion": "0.12.0",
66
"description": "Apply custom patterns of find-and-replace in succession to text.",
77
"author": "Jacob Levernier",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-apply-patterns",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "An Obsidian plugin for applying patterns of find and replace in succession.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"1.1.1": "0.12.10",
55
"1.2.0": "0.12.0",
66
"1.2.1": "0.12.0",
7-
"1.3.0": "0.12.0"
7+
"1.3.0": "0.12.0",
8+
"1.3.1": "0.12.0"
89
}

0 commit comments

Comments
 (0)