From 3792093d09e3a52d1ac2bd143b7e38c4b872a101 Mon Sep 17 00:00:00 2001 From: Mark Gillard Date: Tue, 2 Jun 2020 18:49:16 +0300 Subject: [PATCH] v1.3.0 --- .editorconfig | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2e867dc..c421736 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ indent_style = space [*.{natvis, props, vcxproj, sln, runsettings}] end_of_line = crlf -[*.{c, cpp, cxx, h, hpp, hxx, inl, toml, xml, py, natvis, props, build, vcxproj, runsettings, yml}] +[*.{c, cpp, cxx, h, hpp, hxx, inl, toml, xml, py, natvis, props, build, vcxproj, runsettings, yml, ini, json}] charset = utf-8 trim_trailing_whitespace = true diff --git a/meson.build b/meson.build index b2d28b3..36e5c67 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'tomlplusplus', 'cpp', - version : '1.2.5', + version : '1.3.0', license : 'MIT', default_options : [ 'cpp_std=c++17',