Skip to content

Commit

Permalink
chore(fxmanifest): Bump Version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHulieo committed Sep 8, 2024
1 parent 99adfce commit c48a19b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This is a framework for creating interactive blips on the map, both static and d
- [Description](#description)
- [Features](#features)
- [Table of Contents](#table-of-contents)
- [Credits](#credits)
- [Preview](#preview)
- [Installation](#installation)
- [Dependencies](#dependencies)
Expand All @@ -39,6 +40,11 @@ This is a framework for creating interactive blips on the map, both static and d
- [setoptions](#setoptions)
- [setcreatordata](#setcreatordata)

## Credits

- [glitchdetector](https://github.com/glitchdetector/fivem-blip-info)
- [root-cause](https://github.com/root-cause/ragemp-blip-info)

### Preview

### Installation
Expand Down
6 changes: 5 additions & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ fx_version 'cerulean'
game 'gta5'

author 'DonHulieo'
description 'Don\'s Blips Framework for FiveM'
description 'Don\'s Interactive Blips Framework for FiveM'
version '1.0.0'
url 'https://github.com/DonHulieo/iblips'

shared_script '@duff/shared/import.lua'

client_script 'client/main.lua'

files {'client/blips.lua', 'shared/config.lua', 'images/*.png', 'locales/*.lua'}

dependencies {'duff'}

lua54 'yes'

0 comments on commit c48a19b

Please sign in to comment.