Skip to content

Commit 03e761f

Browse files
committed
chore: Bump version to 0.2.0 and update README
- Update mod_version from 0.1.0 to 0.2.0 in gradle.properties - Update package.json version to 0.2.0 to keep frontend in sync - Add Real-time HUD display to feature highlights table in README
1 parent d5d2a52 commit 03e761f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
<tr>
4545
<td>Fully Bundled</td>
4646
<td>Gradle builds the Vue 3 + TypeScript front-end, where it's served from within the addon
47+
</tr>
48+
<tr>
49+
<td>Real-time HUD display</td>
50+
<td>Live text previews of active HUD elements with automatic updates, state synchronization, and full settings control from the browser.</td>
51+
</tr>
4752
</table>
4853
</div>
4954

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ yarn_mappings=1.21.10+build.2
77
loader_version=0.17.3
88

99
# Mod Properties
10-
mod_version=0.1.0
10+
mod_version=0.2.0
1111
maven_group=com.cope.meteorwebgui
1212
archives_base_name=meteor-webgui
1313

webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meteor-webgui",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)