From b2ecf9e8b0bae285e804b6bc995207a82d3f80b0 Mon Sep 17 00:00:00 2001 From: Yoshiki Matsuda Date: Sun, 17 Mar 2024 10:09:44 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20version=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- include/cpp_yyjson.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41978f5..8c437db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project( cpp_yyjson - VERSION 0.2.0 + VERSION 0.4.1 LANGUAGES CXX) # check if the project is top-level diff --git a/include/cpp_yyjson.hpp b/include/cpp_yyjson.hpp index 1e2a86f..0bd72e1 100644 --- a/include/cpp_yyjson.hpp +++ b/include/cpp_yyjson.hpp @@ -1,5 +1,5 @@ /*===================================================* -| cpp-yyjson version v0.4.0 | +| cpp-yyjson version v0.4.1 | | https://github.com/yosh-matsuda/cpp-yyjson | | | | Copyright (c) 2024 Yoshiki Matsuda @yosh-matsuda |