Skip to content

Commit

Permalink
chore: bump to 1.0.6 and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vipexv committed Sep 19, 2024
1 parent d653892 commit 07bcf1c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.5")
version("1.0.6")
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.5"
local currentVersion = "v1.0.6"

if currentVersion then
currentVersion = currentVersion:match("%d+%.%d+%.%d+")
Expand Down
Binary file modified web/bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions 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.5",
"version": "1.0.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,20 +11,20 @@
},
"dependencies": {
"jotai": "~2.9.3",
"preact": "^10.23.2",
"preact": "^10.24.0",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"react-icons": "^5.3.0",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.0",
"@preact/preset-vite": "^2.9.1",
"@types/node": "^20.16.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"vite": "^5.4.4"
"vite": "^5.4.6"
}
}

0 comments on commit 07bcf1c

Please sign in to comment.