Skip to content

Commit 66d05b6

Browse files
committed
v0.1.3
1 parent a19508e commit 66d05b6

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-autoscroll",
33
"name": "Autoscroll",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"minAppVersion": "0.15.0",
66
"description": "This plugin allows you to automatically scroll down the content with the provided speed",
77
"author": "Petr Nazarov",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-autoscroll",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "This plugin allows you to automatically scroll down the content with the provided speed",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"1.0.0": "0.15.0",
33
"0.1.0": "0.15.0",
44
"0.1.1": "0.15.0",
5-
"0.1.2": "0.15.0"
5+
"0.1.2": "0.15.0",
6+
"0.1.3": "0.15.0"
67
}

0 commit comments

Comments
 (0)