Skip to content

Commit

Permalink
docs: update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matsn0w authored Nov 18, 2023
1 parent 0fef33a commit 9020269
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Furthermore...
You need to have the following resources installed on your server:

- [FiveM baseevents](https://docs.fivem.net/docs/resources/baseevents) (shipped by default)
- [NativeUILua](https://github.com/FrazzIe/NativeUILua/releases/latest)
- [WarMenu](https://github.com/warxander/warmenu)

## ⚙️ Installation and Configuration

Expand Down Expand Up @@ -82,6 +82,25 @@ _...and everyone else who contributed to the development of this resource - it w

## 📃 Changelog

### v2.2.0

#### Resource

- Added flashing high beams (#89, #118)
- Added stop sign beeping (#101)
- Added personal keybinds (#109)
- Added misc support (#152)
- Improved documentation (#112)
- Replaced NativeUI with WarMenu (#120)

...and some minor changes (#114, #115, #116, #118)

#### Configurator

- Added dark mode
- Improved UI/UX
- Updated configurator to match new features

### v2.1.1

#### Resource
Expand Down
2 changes: 1 addition & 1 deletion resource/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game 'gta5'

author 'matsn0w'
description 'Server-Sided Emergency Lighting System for FiveM.'
version '2.1.1'
version '2.2.0'

dependencies {
'baseevents',
Expand Down
2 changes: 1 addition & 1 deletion resource/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.1.1"
"version": "2.2.0"
}

0 comments on commit 9020269

Please sign in to comment.