diff --git a/Doxyfile b/Doxyfile index b28e728..d49bcc2 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = Squid::Tasks # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.2.0 +PROJECT_NUMBER = 1.0.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/README.md b/README.md index c440246..24f97ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SquidTasks 0.2.0 +# SquidTasks [TOC] diff --git a/include/TasksConfig.h b/include/TasksConfig.h index befd1cc..eb9ea41 100644 --- a/include/TasksConfig.h +++ b/include/TasksConfig.h @@ -1,9 +1,9 @@ #pragma once // Squid::Tasks version (major.minor.patch) -#define SQUID_TASKS_VERSION_MAJOR 0 -#define SQUID_TASKS_VERSION_MINOR 2 -#define SQUID_TASKS_VERSION_PATCH 1 +#define SQUID_TASKS_VERSION_MAJOR 1 +#define SQUID_TASKS_VERSION_MINOR 0 +#define SQUID_TASKS_VERSION_PATCH 0 /// @defgroup Config Configuration /// @brief Configuration settings for the Squid::Tasks library diff --git a/unreal/Plugins/SquidTasks/Source/SquidTasks/Public/SquidTasks/TasksConfig.h b/unreal/Plugins/SquidTasks/Source/SquidTasks/Public/SquidTasks/TasksConfig.h index ed93ee1..245eed2 100644 --- a/unreal/Plugins/SquidTasks/Source/SquidTasks/Public/SquidTasks/TasksConfig.h +++ b/unreal/Plugins/SquidTasks/Source/SquidTasks/Public/SquidTasks/TasksConfig.h @@ -1,8 +1,8 @@ #pragma once // Squid::Tasks version (major.minor.patch) -#define SQUID_TASKS_VERSION_MAJOR 0 -#define SQUID_TASKS_VERSION_MINOR 2 +#define SQUID_TASKS_VERSION_MAJOR 1 +#define SQUID_TASKS_VERSION_MINOR 0 #define SQUID_TASKS_VERSION_PATCH 0 /// @defgroup Config Configuration