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 11
11
12
12
[ ![ www.tinyorm.org ] [ docs-badge ]] [ docs ]
13
13
[ ![ License MIT] [ license-badge ]] [ license ]
14
- ![ TinyORM v0.17 .0] [ version-tinyorm-badge ]
14
+ ![ TinyORM v0.18 .0] [ version-tinyorm-badge ]
15
15
![ tom v0.4.2] [ version-tom-badge ]
16
16
17
17
TinyORM is a modern ORM library that makes interacting with a database extremely simple.
@@ -117,5 +117,5 @@ Whole library is documented as markdown documents:
117
117
[ docs ] : https://www.tinyorm.org
118
118
[ license-badge ] : https://img.shields.io/github/license/silverqx/TinyORM
119
119
[ license ] : https://github.com/silverqx/TinyORM/blob/main/LICENSE
120
- [ version-tinyorm-badge ] : https://img.shields.io/badge/TinyORM-v0.17 .0-blue
120
+ [ version-tinyorm-badge ] : https://img.shields.io/badge/TinyORM-v0.18 .0-blue
121
121
[ 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
12
12
https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C++
13
13
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html*/
14
14
#define TINYORM_VERSION_MAJOR 0
15
- #define TINYORM_VERSION_MINOR 17
15
+ #define TINYORM_VERSION_MINOR 18
16
16
#define TINYORM_VERSION_BUGFIX 0
17
17
#define TINYORM_VERSION_BUILD 0
18
18
// 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