From a05d7be28ec5977d3f40d35f3615915f43bf997f Mon Sep 17 00:00:00 2001 From: Jire Date: Sun, 3 Jan 2021 14:55:46 -0500 Subject: [PATCH] bump version to 1.2.1 --- README.md | 8 ++++---- build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c2f5dbca..ea6d5fdd 100644 --- a/README.md +++ b/README.md @@ -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.0**. +directory, and will in a directory called **Charlatano 1.2.1**. -From within the **Charlatano 1.2.0** directory, you can start the cheat by running the _"Start Charlatano 1.2.0"_ +From within the **Charlatano 1.2.1** directory, you can start the cheat by running the _"Start Charlatano 1.2.1"_ script. Before starting the cheat, you should already be spawned in a game with a weapon in hand! -Running _"Start Charlatano 1.2.0"_ script will open a command prompt window, leave it as it is. +Running _"Start Charlatano 1.2.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.2.0/settings/'**. +Once cheat is started, you can toggle/change settings by making changes to file under **'Charlatano 1.2.1/settings/'**. After saving the changes go the command prompt which is already open and type **reload** and hit enter. diff --git a/build.gradle b/build.gradle index d3dcd974..40cca69c 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ apply plugin: "application" apply plugin: "com.github.johnrengelman.shadow" group "com.charlatano" -version "1.2.0" +version "1.2.1" mainClassName = "com.charlatano.Charlatano"