mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
Bump version
This commit is contained in:
parent
0953444ad1
commit
8f422125ec
2 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,10 @@
|
||||||
- Custom query API
|
- Custom query API
|
||||||
- Standardize dialogs
|
- Standardize dialogs
|
||||||
|
|
||||||
|
## [2.8.0-rc.8] 2022-10-11
|
||||||
|
### Changed
|
||||||
|
- Changed notification title
|
||||||
|
|
||||||
## [2.8.0-rc.7] 2022-10-11
|
## [2.8.0-rc.7] 2022-10-11
|
||||||
### Changed
|
### Changed
|
||||||
- Reword menu option
|
- Reword menu option
|
||||||
|
|
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
version=2.8.0-rc.7
|
version=2.8.0-rc.8
|
||||||
|
|
||||||
aid=221100
|
aid=221100
|
||||||
game="dayz"
|
game="dayz"
|
||||||
|
|
Loading…
Reference in a new issue