release: 2.2.2

This commit is contained in:
Brendan Hagan
2022-07-20 21:49:11 -04:00
parent f6e8a8177b
commit 9f162fed1e
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -9,6 +9,13 @@ Features:
Bug fixes:
------------------------------------------------------------------------------
version 2.2.2 (Unofficial), 2022-07-19
------------------------------------------------------------------------------
Bug fixes:
* Correct unicode text entry behavior. (twanvl#121)
------------------------------------------------------------------------------
version 2.2.1 (Unofficial), 2022-07-19
------------------------------------------------------------------------------
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)
project(magicseteditor VERSION 2.2.1)
project(magicseteditor VERSION 2.2.2)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)