diff --git a/include/orm/version.hpp b/include/orm/version.hpp index 96dcaf91c..4b288635d 100644 --- a/include/orm/version.hpp +++ b/include/orm/version.hpp @@ -9,7 +9,7 @@ TINY_SYSTEM_HEADER #endif #define TINYORM_VERSION_MAJOR 0 -#define TINYORM_VERSION_MINOR 3 +#define TINYORM_VERSION_MINOR 4 #define TINYORM_VERSION_BUGFIX 0 #define TINYORM_VERSION_BUILD 0 // Should be empty for stable releases, and use hypen before for SemVer compatibility! diff --git a/tom/include/tom/version.hpp b/tom/include/tom/version.hpp index 0c17e4724..a48b43d03 100644 --- a/tom/include/tom/version.hpp +++ b/tom/include/tom/version.hpp @@ -9,7 +9,7 @@ TINY_SYSTEM_HEADER #endif #define TINYTOM_VERSION_MAJOR 0 -#define TINYTOM_VERSION_MINOR 1 +#define TINYTOM_VERSION_MINOR 2 #define TINYTOM_VERSION_BUGFIX 0 #define TINYTOM_VERSION_BUILD 0 // Should be empty for stable releases, and use hypen before for SemVer compatibility!