changed version to v3.2

This commit is contained in:
Václav Šmejkal 2022-05-04 19:49:27 +02:00
parent 013fd1e20f
commit b6cfa8dd17
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
#define INVALID_KEY 1 //EXIT VALUE FOR INVALID KEY #define INVALID_KEY 1 //EXIT VALUE FOR INVALID KEY
#define VERSION "v3.1" //VERSION OF CURRENT BUILD > DO NOT TOUCH THIS < #define VERSION "v3.2" //VERSION OF CURRENT BUILD > DO NOT TOUCH THIS <
#define VERSIONS_URL "https://raw.githubusercontent.com/ENGO150/WHY2/stable/versions.json" //URL FOR GETTING versions.json #define VERSIONS_URL "https://raw.githubusercontent.com/ENGO150/WHY2/stable/versions.json" //URL FOR GETTING versions.json
#define VERSIONS_NAME "versions.json" //do I have to explain this? #define VERSIONS_NAME "versions.json" //do I have to explain this?

View File

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