Skip to content

Commit 9255715

Browse files
committed
v2.3.3 - Fixed bugs for Obsidian v1.6
1 parent b74e4c6 commit 9255715

4 files changed

Lines changed: 17 additions & 15 deletions

File tree

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Aura",
3-
"minAppVersion": "1.5.11",
3+
"minAppVersion": "1.6.0",
44
"author": "Ashwin Jadhav",
55
"authorUrl": "https://github.com/ashwinjadhav818/",
6-
"version": "2.3.2"
6+
"version": "2.3.3"
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aura",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"scripts": {
55
"version": "node version-bump.mjs && git add manifest.json versions.json"
66
}

theme.css

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
"2.2.4": "1.5.11",
3131
"2.3.0": "1.5.11",
3232
"2.3.1": "1.5.11",
33-
"2.3.2": "1.6.0"
33+
"2.3.2": "1.6.0",
34+
"2.3.3": "1.6.0"
3435
}

0 commit comments

Comments
 (0)