Skip to content

Commit 60fba56

Browse files
committed
chore: bump version to 1.3.4
1 parent 497d812 commit 60fba56

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOGS.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[1.3.4]
2+
### Improvement
3+
Backward compatibility support up to Obsidian 1.6.7. Solve #3.
4+
5+
Thanks to @shuxueshuxue for the notice and the test.
6+
---
17
[1.3.3]
28
### Improvement
39
- Improve codebase and remove some redundants.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "animated-cursor",
33
"name": "Animated Cursor",
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"minAppVersion": "1.6.7",
66
"description": "Simple yet smooth animated cursor.",
77
"author": "Kotaindah55 (Sheva Ihza)",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "animated-cursor",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Simple yet smooth animated cursor.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"1.3.0": "1.7.4",
1111
"1.3.1": "1.7.4",
1212
"1.3.2": "1.7.4",
13-
"1.3.3": "1.7.4"
13+
"1.3.3": "1.7.4",
14+
"1.3.4": "1.6.7"
1415
}

0 commit comments

Comments
 (0)