Skip to content

Commit

Permalink
bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jire committed Jan 3, 2021
1 parent aadc598 commit 3002bfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,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.2.1**.
directory, and will in a directory called **Charlatano 1.2.2**.

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

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

Running _"Start Charlatano 1.2.1"_ script will open a command prompt window, leave it as it is.
Running _"Start Charlatano 1.2.2"_ 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.2.1/settings/'**.
Once cheat is started, you can toggle/change settings by making changes to file under **'Charlatano 1.2.2/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.2.1"
version "1.2.2"

mainClassName = "com.charlatano.Charlatano"

Expand Down

0 comments on commit 3002bfb

Please sign in to comment.