From 96fd65a9cf169c0c201cb42e3d16a52b9b4332bb Mon Sep 17 00:00:00 2001 From: ganeshh123 <43777439+ganeshh123@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:23:02 +0100 Subject: [PATCH] chore: bump patch to 1.2.4 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce386e3..4e83184 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A tool to clean out mods from Grand Theft Auto 5 for online play, and restore th Get the latest version from the [Releases](https://github.com/ganeshh123/gta5-cleaner/releases/latest) page. -[Download for Windows](https://github.com/ganeshh123/gta5-cleaner/releases/download/1.2.3/gta5cleaner_1.2.3.zip) +[Download for Windows](https://github.com/ganeshh123/gta5-cleaner/releases/download/1.2.4/gta5cleaner_1_2_4.zip) ## Usage 1. Download and extract `gta5cleaner.exe` to the root 'Grand Theft Auto V' folder (same place as `GTAV.exe`) diff --git a/package-lock.json b/package-lock.json index 2c15dee..99ddac8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gta5-cleaner", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gta5-cleaner", - "version": "1.2.3", + "version": "1.2.4", "license": "MIT" } } diff --git a/package.json b/package.json index 3e88d35..d6d98ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gta5-cleaner", - "version": "1.2.3", + "version": "1.2.4", "description": "A tool to clean out mods from Grand Theft Auto 5 for online play, and restore them later.", "main": "app.js", "scripts": {