Skip to content

Commit 65a690c

Browse files
committed
chore: bump to v2.2.1
1 parent 48b9aba commit 65a690c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ game("gta5")
33

44
name("minimal-hud")
55
author("vipex <discord:vipex.v>")
6-
version("2.2.0")
6+
version("2.2.1")
77
description ("Minimalistic FiveM HUD")
88
repository("https://github.com/ThatMadCap/minimal-hud")
99

modules/utility/server/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local server_utils = {}
33
server_utils.versionCheck = function(repository)
44
local resource = GetInvokingResource() or GetCurrentResourceName()
55

6-
local currentVersion = "v2.2.0"
6+
local currentVersion = "v2.2.1"
77

88
if currentVersion then
99
currentVersion = currentVersion:match("%d+%.%d+%.%d+")

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "minimal-hud",
33
"author": "vipex",
44
"private": true,
5-
"version": "2.2.0",
5+
"version": "2.2.1",
66
"type": "module",
77
"scripts": {
88
"dev": "vite",

0 commit comments

Comments
 (0)