Skip to content

Commit

Permalink
chore(release): 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Apr 2, 2023
1 parent 0f12374 commit 4deb4e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.11

- Bump depencencies
- Use `pnpm`

## 0.0.10

- Release `0.0.9`
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.9"
version "0.0.10"

client_scripts {"client/client.js"}
server_scripts {"server/server.js"}
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/live-map",
"version": "0.0.9",
"version": "0.0.11",
"license": "MIT",
"author": {
"name": "Dev-CasperTheGhost",
Expand Down Expand Up @@ -45,4 +45,4 @@
"printWidth": 100,
"tabWidth": 2
}
}
}

0 comments on commit 4deb4e8

Please sign in to comment.