Skip to content

Commit ec7a8bc

Browse files
committed
🔖 v1.8.0-beta.3
1 parent 800a907 commit ec7a8bc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Animated Java",
55
"icon": "icon.svg",
66
"description": "Effortlessly craft complex animations for Minecraft: Java Edition",
7-
"version": "1.8.0-beta.2",
7+
"version": "1.8.0-beta.3",
88
"min_blockbench_version": "4.12.0",
99
"max_blockbench_version": "4.12.6",
1010
"variant": "desktop",

src/pluginPackage/changelog.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,5 +379,16 @@
379379
]
380380
}
381381
]
382+
},
383+
"1.8.0-beta.3": {
384+
"title": "v1.8.0-beta.3",
385+
"author": "Titus Evans (SnaveSutit)",
386+
"date": "2025-10-15",
387+
"categories": [
388+
{
389+
"title": "Fixes",
390+
"list": ["Fixed On-Summon Functions and On-Apply Functions not functioning."]
391+
}
392+
]
382393
}
383394
}

0 commit comments

Comments
 (0)