From 031ecf280178969784ca8f7af1bf26405673cf00 Mon Sep 17 00:00:00 2001 From: silverqx Date: Sun, 10 Jul 2022 20:03:32 +0200 Subject: [PATCH] bump versions to TinyORM v0.9.0 and tom v0.4.1 --- README.md | 8 ++++---- include/orm/version.hpp | 2 +- tom/include/tom/version.hpp | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7b5c96fbd..7ba902fd6 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ [![www.tinyorm.org][docs-badge]][docs] [![License MIT][license-badge]][license] -![TinyORM v0.8.0][version-tinyorm-badge] -![tom v0.4.0][version-tom-badge] +![TinyORM v0.9.0][version-tinyorm-badge] +![tom v0.4.1][version-tom-badge] TinyORM is a modern ORM library that makes interacting with a database extremely simple. @@ -60,5 +60,5 @@ Whole library is documented as markdown documents: [docs]: https://www.tinyorm.org [license-badge]: https://img.shields.io/github/license/silverqx/TinyORM [license]: https://github.com/silverqx/TinyORM/blob/main/LICENSE -[version-tinyorm-badge]: https://img.shields.io/badge/TinyORM-v0.8.0-blue -[version-tom-badge]: https://img.shields.io/badge/tom-v0.4.0-blue +[version-tinyorm-badge]: https://img.shields.io/badge/TinyORM-v0.9.0-blue +[version-tom-badge]: https://img.shields.io/badge/tom-v0.4.1-blue diff --git a/include/orm/version.hpp b/include/orm/version.hpp index 18f93b375..c5d21069f 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 8 +#define TINYORM_VERSION_MINOR 9 #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 f32effc32..9a42d972a 100644 --- a/tom/include/tom/version.hpp +++ b/tom/include/tom/version.hpp @@ -10,7 +10,7 @@ TINY_SYSTEM_HEADER #define TINYTOM_VERSION_MAJOR 0 #define TINYTOM_VERSION_MINOR 4 -#define TINYTOM_VERSION_BUGFIX 0 +#define TINYTOM_VERSION_BUGFIX 1 #define TINYTOM_VERSION_BUILD 0 // Should be empty for stable releases, and use hypen before for SemVer compatibility! #define TINYTOM_VERSION_STATUS ""