This commit is contained in:
mkrsym1 2023-06-10 19:24:07 +03:00
parent 5640987ead
commit cba9b20171
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ This tool is capable of starting the games from a different process. This may be
### Configuration
These environment variables can be used to configure the behaviour of the tool.
- (future release) `WAIT_BEFORE_RESUME=1` - show a messagebox and wait for user input before resuming the game process. Useful on my side for debugging
- `WAIT_BEFORE_RESUME=1` - show a messagebox and wait for user input before resuming the game process. Useful on my side for debugging
**SR-exclusive**:
- `I_WANT_A_BAN=1` - allows to launch SR. Please only use testing accounts, as there is an extremely high risk of getting banned

View File

@ -1,4 +1,4 @@
project('jadeite', 'c', version: '1.1.0')
project('jadeite', 'c', version: '1.1.1')
nasm = find_program('nasm')
gen_res = find_program('gen_resources.sh')

View File

@ -1,6 +1,6 @@
{
"jadeite": {
"version": "1.1.0"
"version": "1.1.1"
},
"games": {
"hi3rd": {