Skip to content

Commit

Permalink
chore: bump to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vipexv committed Nov 5, 2024
1 parent f0b2d03 commit 9440034
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.7")
version("1.0.8")
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.7"
local currentVersion = "v1.0.8"

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.7",
"version": "1.0.8",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 9440034

Please sign in to comment.