diff --git a/.github/ISSUE_TEMPLATE/cpp-bug-report.yml b/.github/ISSUE_TEMPLATE/cpp-bug-report.yml index 1e0b607..5e1c797 100644 --- a/.github/ISSUE_TEMPLATE/cpp-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/cpp-bug-report.yml @@ -37,7 +37,9 @@ body: label: maddy version description: What version of maddy are you using? options: - - 1.2.0 (latest) + - 1.3.0 (latest) + - 1.2.1 + - 1.2.0 - 1.1.2 - 1.1.1 - 1.1.0 diff --git a/.github/ISSUE_TEMPLATE/markdown-bug-report.yml b/.github/ISSUE_TEMPLATE/markdown-bug-report.yml index 2642ff1..0da6e19 100644 --- a/.github/ISSUE_TEMPLATE/markdown-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/markdown-bug-report.yml @@ -37,7 +37,9 @@ body: label: maddy version description: What version of maddy are you using? options: - - 1.2.0 (latest) + - 1.3.0 (latest) + - 1.2.1 + - 1.2.0 - 1.1.2 - 1.1.1 - 1.1.0 @@ -51,7 +53,7 @@ body: id: example attributes: label: Minimal Mardown example - description: To be able to reproduce your issue, please give some example Markdown which creates problems. + description: To be able to reproduce your issue, please give some example Markdown which creates problems. Please indent the Markdown by 4 spaces. validations: required: true - type: textarea diff --git a/README.md b/README.md index 177cabc..62fb8ff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # maddy [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-brightgreen.svg)](https://semver.org/) +[![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-brightgreen.svg)](https://semver.org/) maddy is a C++ Markdown to HTML **header-only** parser library. diff --git a/include/maddy/parser.h b/include/maddy/parser.h index 76bee7b..aeb349d 100644 --- a/include/maddy/parser.h +++ b/include/maddy/parser.h @@ -57,7 +57,7 @@ public: * Check https://github.com/progsource/maddy/blob/master/CHANGELOG.md * for the changelog. */ - static const std::string& version() { static const std::string v = "1.2.1"; return v; } + static const std::string& version() { static const std::string v = "1.3.0"; return v; } /** * ctor