Skip to content

Commit 8ab08c3

Browse files
committed
bump versions to TinyORM v0.24.0 and tom v0.5.0
1 parent 1b83210 commit 8ab08c3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
[![www.tinyorm.org][docs-badge]][docs]
1313
[![License MIT][license-badge]][license]
14-
[![TinyORM v0.23.2][version-tinyorm-badge]][docs]
15-
[![tom v0.4.6][version-tom-badge]][docs]
14+
[![TinyORM v0.24.0][version-tinyorm-badge]][docs]
15+
[![tom v0.5.0][version-tom-badge]][docs]
1616

1717
TinyORM is a modern ORM library that makes interacting with a database extremely simple.
1818

@@ -122,5 +122,5 @@ The following list fastly summarizes all the `TinyORM` features.
122122
[docs]: https://www.tinyorm.org
123123
[license-badge]: https://img.shields.io/github/license/silverqx/TinyORM
124124
[license]: https://github.com/silverqx/TinyORM/blob/main/LICENSE
125-
[version-tinyorm-badge]: https://img.shields.io/badge/TinyORM-v0.23.2-blue
126-
[version-tom-badge]: https://img.shields.io/badge/tom-v0.4.6-blue
125+
[version-tinyorm-badge]: https://img.shields.io/badge/TinyORM-v0.24.0-blue
126+
[version-tom-badge]: https://img.shields.io/badge/tom-v0.5.0-blue

docs/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ If you don't want to use full [`ORM`](tinyorm/getting-started.mdx), then you can
4242

4343
##### Current versions
4444

45-
- __TinyORM__ v0.23.2
46-
- __tom__ v0.4.6
45+
- __TinyORM__ v0.24.0
46+
- __tom__ v0.5.0

include/orm/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ TINY_SYSTEM_HEADER
1212
https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C++
1313
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html*/
1414
#define TINYORM_VERSION_MAJOR 0
15-
#define TINYORM_VERSION_MINOR 23
16-
#define TINYORM_VERSION_BUGFIX 2
15+
#define TINYORM_VERSION_MINOR 24
16+
#define TINYORM_VERSION_BUGFIX 0
1717
#define TINYORM_VERSION_BUILD 0
1818
// Should be empty for stable releases, and use hypen before for SemVer compatibility!
1919
#define TINYORM_VERSION_STATUS ""

tom/include/tom/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ TINY_SYSTEM_HEADER
99
#endif
1010

1111
#define TINYTOM_VERSION_MAJOR 0
12-
#define TINYTOM_VERSION_MINOR 4
13-
#define TINYTOM_VERSION_BUGFIX 6
12+
#define TINYTOM_VERSION_MINOR 5
13+
#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!
1616
#define TINYTOM_VERSION_STATUS ""

0 commit comments

Comments
 (0)