File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "id" : " obsidian-apply-patterns" ,
33 "name" : " Apply Patterns" ,
4- "version" : " 1.4.0 " ,
4+ "version" : " 1.4.1 " ,
55 "minAppVersion" : " 0.13.9" ,
66 "description" : " Apply custom patterns of find-and-replace in succession to text." ,
77 "author" : " Jacob Levernier" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " obsidian-apply-patterns" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
44 "description" : " An Obsidian plugin for applying patterns of find and replace in succession." ,
55 "main" : " main.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -301,4 +301,4 @@ export const applyPattern = (
301301 command,
302302 } ) ;
303303 patternModal . open ( ) ;
304- } ; ; ;
304+ } ;
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ export default class ApplyPatternsPlugin extends Plugin {
119119
120120 // Update settings if the API version has been incremented:
121121 if (
122+ userSettings === null ||
122123 userSettings . apiVersion === null ||
123124 userSettings . apiVersion < defaultSettings . apiVersion
124125 ) {
Original file line number Diff line number Diff line change 66 "1.2.1" : " 0.12.0" ,
77 "1.3.0" : " 0.12.0" ,
88 "1.3.1" : " 0.12.0" ,
9- "1.4.0" : " 0.13.9"
9+ "1.4.0" : " 0.13.9" ,
10+ "1.4.1" : " 0.13.9"
1011}
You can’t perform that action at this time.
0 commit comments