Skip to content

Commit

Permalink
chore(release): 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Feb 23, 2023
1 parent 63a26cf commit b5e37d3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion integrations/alpr/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game "gta5"

author "Dev-CasperTheGhost"
description "ALPR integration with support for Wraith ARS 2X"
version "0.1.4"
version "0.1.5"

server_scripts {"server/server.js"}
client_scripts {"client/client.js"}
2 changes: 1 addition & 1 deletion integrations/call911/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game "gta5"

author "Dev-CasperTheGhost"
description "/call911 command that connects to SnailyCADv4"
version "0.1.4"
version "0.1.5"

server_scripts {"server/server.js"}
client_scripts {"client/client.js"}
2 changes: 1 addition & 1 deletion integrations/calltaxi/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game "gta5"

author "Dev-CasperTheGhost"
description "/calltaxi command that connects to SnailyCADv4"
version "0.1.4"
version "0.1.5"

server_scripts {"server/server.js"}
client_scripts {"client/client.js"}
2 changes: 1 addition & 1 deletion integrations/calltow/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game "gta5"

author "Dev-CasperTheGhost"
description "/calltow command that connects to SnailyCADv4"
version "0.1.4"
version "0.1.5"

server_scripts {"server/server.js"}
client_scripts {"client/client.js"}
2 changes: 1 addition & 1 deletion integrations/postals/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ game "gta5"

author "Dev-CasperTheGhost"
description "This allow you to define custom postals"
version "0.1.4"
version "0.1.5"

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@snailycad/fivem-integrations",
"version": "0.1.4",
"version": "0.1.5",
"author": {
"name": "Dev-CasperTheGhost",
"url": "https://snailycad.org"
Expand Down Expand Up @@ -44,4 +44,4 @@
"printWidth": 100,
"tabWidth": 2
}
}
}

0 comments on commit b5e37d3

Please sign in to comment.