changed version to v2.2

This commit is contained in:
Václav Šmejkal 2022-04-29 18:58:03 +02:00
parent 7dae19b9af
commit df1d0dfa31
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
#define INVALID_KEY 1 #define INVALID_KEY 1
#define VERSION "v2.1" #define VERSION "v2.2"
#define VERSIONS_URL "https://raw.githubusercontent.com/ENGO150/WHY2/master/versions.json" #define VERSIONS_URL "https://raw.githubusercontent.com/ENGO150/WHY2/master/versions.json"
#define VERSIONS_NAME "versions.json" #define VERSIONS_NAME "versions.json"

View File

@ -1,5 +1,5 @@
{ {
"active": "v2.1", "active": "v2.2",
"deprecated": ["v1.0", "v1.1", "v2.0"] "deprecated": ["v1.0", "v1.1", "v2.0", "v2.1"]
} }