Skip to content

Commit db5232a

Browse files
committed
bump TinyORM v0.4.5, tom v0.2.2, TinyUtils v0.1.1
1 parent 717613e commit db5232a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/orm/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TINY_SYSTEM_HEADER
1010

1111
#define TINYORM_VERSION_MAJOR 0
1212
#define TINYORM_VERSION_MINOR 4
13-
#define TINYORM_VERSION_BUGFIX 4
13+
#define TINYORM_VERSION_BUGFIX 5
1414
#define TINYORM_VERSION_BUILD 0
1515
// Should be empty for stable releases, and use hypen before for SemVer compatibility!
1616
#define TINYORM_VERSION_STATUS ""

tests/TinyUtils/src/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#define TINYUTILS_VERSION_MAJOR 0
66
#define TINYUTILS_VERSION_MINOR 1
7-
#define TINYUTILS_VERSION_BUGFIX 0
7+
#define TINYUTILS_VERSION_BUGFIX 1
88
#define TINYUTILS_VERSION_BUILD 0
99

1010
// NOLINTNEXTLINE(bugprone-reserved-identifier)

tom/include/tom/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TINY_SYSTEM_HEADER
1010

1111
#define TINYTOM_VERSION_MAJOR 0
1212
#define TINYTOM_VERSION_MINOR 2
13-
#define TINYTOM_VERSION_BUGFIX 1
13+
#define TINYTOM_VERSION_BUGFIX 2
1414
#define TINYTOM_VERSION_BUILD 0
1515
// Should be empty for stable releases, and use hypen before for SemVer compatibility!
1616
#define TINYTOM_VERSION_STATUS ""

0 commit comments

Comments
 (0)