Skip to content

Commit 67628bd

Browse files
committed
bump TinyORM v0.4.1 and Tom v0.2.1
1 parent 947f1c5 commit 67628bd

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
@@ -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 0
13+
#define TINYORM_VERSION_BUGFIX 1
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 ""

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 0
13+
#define TINYTOM_VERSION_BUGFIX 1
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)