Skip to content

Commit 8070253

Browse files
committed
🚧 v1.6.4
1 parent 9e8125a commit 8070253

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"title": "Animated Java",
55
"icon": "icon.svg",
66
"description": "A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.",
7-
"version": "1.6.3",
8-
"display_version": "v1.6.3",
7+
"version": "1.6.4",
8+
"display_version": "v1.6.4",
99
"min_blockbench_version": "4.12.0",
1010
"variant": "desktop",
1111
"tags": [

src/components/about.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<img src={AnimatedJavaIcon} />
1111
<div>
1212
<h1>Animated Java</h1>
13-
<h3>v{PACKAGE.display_version}</h3>
13+
<h3>{PACKAGE.display_version}</h3>
1414
</div>
1515
</div>
1616

src/pluginPackage/changelog.json

+14
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,19 @@
107107
]
108108
}
109109
]
110+
},
111+
"1.6.4": {
112+
"title": "v1.6.4",
113+
"author": "Titus Evans (SnaveSutit)",
114+
"date": "2025-01-19",
115+
"categories": [
116+
{
117+
"title": "Fixes",
118+
"list": [
119+
"Fixed \"safe_name\" export crash.",
120+
"Fixed double v prefix in About dialog."
121+
]
122+
}
123+
]
110124
}
111125
}

0 commit comments

Comments
 (0)