Skip to content

Commit 595bd67

Browse files
committed
Merge branch 'experimental'
2 parents da34afa + 642a610 commit 595bd67

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "module",
33
"name": "animated_java",
44
"title": "Animated Java",
5-
"version": "0.4.3",
5+
"version": "0.4.4",
66
"min_blockbench_version": "4.6.5",
77
"author": {
88
"name": "Titus Evans (SnaveSutit)",

src/projectSettings.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ export function getDefaultProjectSettings(): IAnimatedJavaProjectSettings {
180180
description: TRANSLATIONS.target_minecraft_version.description,
181181
defaultValue: 0,
182182
options: [
183-
{
184-
name: '1.19.4',
185-
value: '1.19.4',
186-
},
187183
{
188184
name: '1.20+',
189185
value: '1.20+',
190186
},
187+
{
188+
name: '1.19.4',
189+
value: '1.19.4',
190+
},
191191
],
192192
docsLink: '/docs/project_settings#target_minecraft_version',
193193
}),

0 commit comments

Comments
 (0)