Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
chore: bump to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vipexv committed Dec 12, 2024
1 parent 58ffc9a commit 2d90f58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ game("gta5")

name("minimal-hud")
author("vipex <discord:vipex.v>")
version("1.0.8")
version("1.0.9")
repository("https://github.com/vipexv/minimal-hud")

shared_scripts({
Expand Down
2 changes: 1 addition & 1 deletion modules/utils/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local serverUtils = {}
serverUtils.versionCheck = function(repository)
local resource = GetInvokingResource() or GetCurrentResourceName()

local currentVersion = "v1.0.8"
local currentVersion = "v1.0.9"

if currentVersion then
currentVersion = currentVersion:match("%d+%.%d+%.%d+")
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "minimal-hud",
"author": "vipex",
"private": true,
"version": "1.0.8",
"version": "1.0.9",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 2d90f58

Please sign in to comment.