Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jire committed Dec 22, 2020
1 parent 98d1de3 commit f6db8ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ The first step is to compile the source code into a usable cheat program.
* Double click on the "_build_" (_build.bat_) script and wait for it to complete

Once those steps are complete, the usable cheat program can be found within the _build_
directory, and will in a directory called **Charlatano 1.0.11**.
directory, and will in a directory called **Charlatano 1.1.1**.

From within the **Charlatano 1.0.12** directory, you can start the cheat by running
the _"Start Charlatano 1.0.12"_ script.
From within the **Charlatano 1.1.1** directory, you can start the cheat by running
the _"Start Charlatano 1.1.1"_ script.

Before starting the cheat, you should already be spawned in a game with a weapon in hand!

Running _"Start Charlatano 1.0.12"_ script will open a command prompt window, leave it as it is.
Running _"Start Charlatano 1.1.1"_ script will open a command prompt window, leave it as it is.

Once cheat is started, you can toggle/change settings by making changes to file under **'Charlatano 1.0.12/settings/'**.
Once cheat is started, you can toggle/change settings by making changes to file under **'Charlatano 1.1.1/settings/'**.

After saving the changes go the command prompt which is already open and type **reload** and hit enter.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ apply plugin: "application"
apply plugin: "com.github.johnrengelman.shadow"

group "com.charlatano"
version "1.1.0"
version "1.1.1"

mainClassName = "com.charlatano.Charlatano"

Expand Down

0 comments on commit f6db8ae

Please sign in to comment.