Skip to content

Commit e1722bf

Browse files
committed
bump versions TinyORM v0.4.0 and tom v0.2.0
1 parent 153aac6 commit e1722bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/orm/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TINY_SYSTEM_HEADER
99
#endif
1010

1111
#define TINYORM_VERSION_MAJOR 0
12-
#define TINYORM_VERSION_MINOR 3
12+
#define TINYORM_VERSION_MINOR 4
1313
#define TINYORM_VERSION_BUGFIX 0
1414
#define TINYORM_VERSION_BUILD 0
1515
// Should be empty for stable releases, and use hypen before for SemVer compatibility!

tom/include/tom/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TINY_SYSTEM_HEADER
99
#endif
1010

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

0 commit comments

Comments
 (0)