From eef5bb91324492dbd0add7672065e45730d6d8af Mon Sep 17 00:00:00 2001 From: Oleksandr Nemesh Date: Sun, 7 Apr 2024 22:15:35 +0300 Subject: [PATCH] bump version to 2.2.2 --- ABOUT.md | 4 +++- CMakeLists.txt | 2 +- README.md | 2 ++ mod.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ABOUT.md b/ABOUT.md index af898d8..9cc9f47 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -13,9 +13,11 @@ OpenHack is a free and open source collection of hacks for Geometry Dash version Please visit the [issues](https://github.com/prevter/gdopenhack/issues) page for known issues and planned features (and feel free to leave your own suggestions). ## Features -- 70+ hacks (including noclip, speedhack, etc.) +- 100+ hacks (including noclip, speedhack, etc.) - Customizable menu with animations - StartPos Switcher +- Show Hitboxes +- Replay Bot - Keybinds - Discord RPC diff --git a/CMakeLists.txt b/CMakeLists.txt index d4e6292..825d735 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.15) project( OpenHack - VERSION 2.2.1 + VERSION 2.2.2 HOMEPAGE_URL "https://github.com/Prevter/GDOpenHack" LANGUAGES C CXX ) diff --git a/README.md b/README.md index c762e57..46ee976 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ Please visit the [issues](https://github.com/prevter/gdopenhack/issues) page for - Customizable GUI with a variety of settings and themes. - Noclip, speedhack, and other popular hacks. - StartPos Switcher +- Show Hitboxes +- Replay Bot - Customizable keybinds - Discord Rich Presence - Automatic updates diff --git a/mod.json b/mod.json index 0be7788..354a9e8 100644 --- a/mod.json +++ b/mod.json @@ -3,7 +3,7 @@ "gd": { "win": "2.204" }, - "version": "v2.2.1", + "version": "v2.2.2", "id": "prevter.openhack", "name": "OpenHack", "developer": "Prevter",