Skip to content

Commit 42bf743

Browse files
committed
bump version to TinyORM v0.15.1
1 parent b31145a commit 42bf743

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

1212
[![www.tinyorm.org][docs-badge]][docs]
1313
[![License MIT][license-badge]][license]
14-
![TinyORM v0.15.0][version-tinyorm-badge]
14+
![TinyORM v0.15.1][version-tinyorm-badge]
1515
![tom v0.4.1][version-tom-badge]
1616

1717
TinyORM is a modern ORM library that makes interacting with a database extremely simple.
@@ -116,5 +116,5 @@ Whole library is documented as markdown documents:
116116
[docs]: https://www.tinyorm.org
117117
[license-badge]: https://img.shields.io/github/license/silverqx/TinyORM
118118
[license]: https://github.com/silverqx/TinyORM/blob/main/LICENSE
119-
[version-tinyorm-badge]: https://img.shields.io/badge/TinyORM-v0.15.0-blue
119+
[version-tinyorm-badge]: https://img.shields.io/badge/TinyORM-v0.15.1-blue
120120
[version-tom-badge]: https://img.shields.io/badge/tom-v0.4.1-blue

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 15
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 ""

0 commit comments

Comments
 (0)