File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212[ ![ www.tinyorm.org ] [ docs-badge ]] [ docs ]
1313[ ![ License MIT] [ license-badge ]] [ license ]
14- ![ TinyORM v0.21 .0] [ version-tinyorm-badge ]
14+ ![ TinyORM v0.22 .0] [ version-tinyorm-badge ]
1515![ tom v0.4.2] [ version-tom-badge ]
1616
1717TinyORM is a modern ORM library that makes interacting with a database extremely simple.
@@ -121,5 +121,5 @@ The following list fastly summarizes all the `TinyORM` features.
121121[ docs ] : https://www.tinyorm.org
122122[ license-badge ] : https://img.shields.io/github/license/silverqx/TinyORM
123123[ license ] : https://github.com/silverqx/TinyORM/blob/main/LICENSE
124- [ version-tinyorm-badge ] : https://img.shields.io/badge/TinyORM-v0.21 .0-blue
124+ [ version-tinyorm-badge ] : https://img.shields.io/badge/TinyORM-v0.22 .0-blue
125125[ version-tom-badge ] : https://img.shields.io/badge/tom-v0.4.2-blue
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ TINY_SYSTEM_HEADER
1212 https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C++
1313 https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html*/
1414#define TINYORM_VERSION_MAJOR 0
15- #define TINYORM_VERSION_MINOR 21
15+ #define TINYORM_VERSION_MINOR 22
1616#define TINYORM_VERSION_BUGFIX 0
1717#define TINYORM_VERSION_BUILD 0
1818// Should be empty for stable releases, and use hypen before for SemVer compatibility!
You can’t perform that action at this time.
0 commit comments