Skip to content

Commit 9143754

Browse files
committed
chore: bump version to 1.6.0
1 parent de67274 commit 9143754

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

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

44
cmake_minimum_required(VERSION 3.25)
55

6-
project(maddy VERSION 1.5.0) # MADDY_VERSION_LINE_REPLACEMENT
6+
project(maddy VERSION 1.6.0) # MADDY_VERSION_LINE_REPLACEMENT
77

88
# ------------------------------------------------------------------------------
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# maddy
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4-
[![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-brightgreen.svg)](https://semver.org/) <!-- MADDY_VERSION_LINE_REPLACEMENT -->
4+
[![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-brightgreen.svg)](https://semver.org/) <!-- MADDY_VERSION_LINE_REPLACEMENT -->
55

66
maddy is a C++ Markdown to HTML **header-only** parser library.
77

include/maddy/parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Parser
5959
*/
6060
static const std::string& version()
6161
{
62-
static const std::string v = "1.5.0"; // MADDY_VERSION_LINE_REPLACEMENT
62+
static const std::string v = "1.6.0"; // MADDY_VERSION_LINE_REPLACEMENT
6363
return v;
6464
}
6565

0 commit comments

Comments
 (0)