Skip to content

Commit

Permalink
🚧 v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SnaveSutit committed Jan 19, 2025
1 parent 9e8125a commit 8070253
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"title": "Animated Java",
"icon": "icon.svg",
"description": "A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.",
"version": "1.6.3",
"display_version": "v1.6.3",
"version": "1.6.4",
"display_version": "v1.6.4",
"min_blockbench_version": "4.12.0",
"variant": "desktop",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/about.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<img src={AnimatedJavaIcon} />
<div>
<h1>Animated Java</h1>
<h3>v{PACKAGE.display_version}</h3>
<h3>{PACKAGE.display_version}</h3>
</div>
</div>

Expand Down
14 changes: 14 additions & 0 deletions src/pluginPackage/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,19 @@
]
}
]
},
"1.6.4": {
"title": "v1.6.4",
"author": "Titus Evans (SnaveSutit)",
"date": "2025-01-19",
"categories": [
{
"title": "Fixes",
"list": [
"Fixed \"safe_name\" export crash.",
"Fixed double v prefix in About dialog."
]
}
]
}
}

0 comments on commit 8070253

Please sign in to comment.