Skip to content

Commit 0cf7e2f

Browse files
committed
chore: bump to v2.2.0
1 parent dfb2ce8 commit 0cf7e2f

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
@@ -5,7 +5,7 @@ game("gta5")
55

66
name("minimal-hud")
77
author("vipex <discord:vipex.v>")
8-
version("2.1.1")
8+
version("2.2.0")
99
repository("https://github.com/ThatMadCap/minimal-hud")
1010

1111
shared_scripts({

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.1.1"
6+
local currentVersion = "v2.2.0"
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.1.1",
5+
"version": "2.2.0",
66
"type": "module",
77
"scripts": {
88
"dev": "vite",

0 commit comments

Comments
 (0)