Skip to content

Commit 7f05329

Browse files
committed
v1.3.1
1 parent d146a24 commit 7f05329

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
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-stille",
33
"name": "Stille",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"minAppVersion": "0.15.0",
66
"description": "Focus on your writing, a section at a time.",
77
"author": "Michael Lee",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "obsidian-stille",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "An Obsidian plugin that helps you focus on your writing, a section at a time.",
55
"main": "main.js",
66
"scripts": {
7-
"dev": "node esbuild.config.mjs",
8-
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
9-
"version": "node version-bump.mjs && git add manifest.json versions.json"
10-
},
7+
"dev": "node esbuild.config.mjs",
8+
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
9+
"version": "node version-bump.mjs && git add manifest.json versions.json"
10+
},
1111
"keywords": [],
1212
"author": "",
1313
"license": "MIT",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"1.1.0": "0.13.0",
77
"1.2.0": "0.13.0",
88
"1.2.1": "0.13.0",
9-
"1.3.0": "0.15.0"
9+
"1.3.0": "0.15.0",
10+
"1.3.1": "0.15.0"
1011
}

0 commit comments

Comments
 (0)