Skip to content

Commit 5d0e6a5

Browse files
authored
Merge pull request #394 from pjkaufman/master
Update Version Info for Release
2 parents dfb74c0 + 745f63c commit 5d0e6a5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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-linter",
33
"name": "Linter",
4-
"version": "1.4.3",
4+
"version": "1.4.4",
55
"minAppVersion": "0.15.6",
66
"description": "Enforces consistent markdown styling.",
77
"author": "Victor Tao",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-linter",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "Enforces consistent markdown styling for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.4.4": "0.15.6",
23
"1.4.3": "0.15.6",
34
"1.4.2": "0.15.6",
45
"1.4.1": "0.15.6",

0 commit comments

Comments
 (0)