Skip to content

Commit

Permalink
chore(release): 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Dec 20, 2022
1 parent 06f4004 commit 81ac96c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.6

- Support for `playerDropped` event

## 0.0.5

- fix: set different playerId
Expand Down
2 changes: 1 addition & 1 deletion integration/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game "gta5"

author "Dev-CasperTheGhost"
description "SnailyCAD Live Map integration for FiveM."
version "0.0.5"
version "0.0.6"

client_scripts {"client/client.js"}
server_scripts {"server/server.js"}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@snailycad/live-map",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"author": {
"name": "Dev-CasperTheGhost",
Expand Down

0 comments on commit 81ac96c

Please sign in to comment.