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.12 .0] [ version-tinyorm-badge ]
14
+ ![ TinyORM v0.13 .0] [ version-tinyorm-badge ]
15
15
![ tom v0.4.1] [ version-tom-badge ]
16
16
17
17
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:
60
60
[ docs ] : https://www.tinyorm.org
61
61
[ license-badge ] : https://img.shields.io/github/license/silverqx/TinyORM
62
62
[ license ] : https://github.com/silverqx/TinyORM/blob/main/LICENSE
63
- [ version-tinyorm-badge ] : https://img.shields.io/badge/TinyORM-v0.12 .0-blue
63
+ [ version-tinyorm-badge ] : https://img.shields.io/badge/TinyORM-v0.13 .0-blue
64
64
[ version-tom-badge ] : https://img.shields.io/badge/tom-v0.4.1-blue
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ TINY_SYSTEM_HEADER
9
9
#endif
10
10
11
11
#define TINYORM_VERSION_MAJOR 0
12
- #define TINYORM_VERSION_MINOR 12
12
+ #define TINYORM_VERSION_MINOR 13
13
13
#define TINYORM_VERSION_BUGFIX 0
14
14
#define TINYORM_VERSION_BUILD 0
15
15
// 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