File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44cmake_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
Original file line number Diff line number Diff line change 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
66maddy is a C++ Markdown to HTML ** header-only** parser library.
77
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments