From 907b8bfdb79b155e5006a15d90c7bb8ce2d23f97 Mon Sep 17 00:00:00 2001 From: Oleksandr Nemesh Date: Fri, 29 Mar 2024 17:53:29 +0200 Subject: [PATCH] bump version to 2.2.1 --- CMakeLists.txt | 2 +- mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c52d119..64dc512 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.15) project( OpenHack - VERSION 2.2.0 + VERSION 2.2.1 HOMEPAGE_URL "https://github.com/Prevter/GDOpenHack" LANGUAGES C CXX ) diff --git a/mod.json b/mod.json index 2cbef6e..70d9e9c 100644 --- a/mod.json +++ b/mod.json @@ -3,7 +3,7 @@ "gd": { "win": "2.204" }, - "version": "v2.2.0", + "version": "v2.2.1", "id": "prevter.openhack", "name": "OpenHack", "developer": "Prevter",