From 556595be2b6a305c949820f2db9a6c870b37b45d Mon Sep 17 00:00:00 2001 From: youmetme <321640253@qq.com> Date: Wed, 18 Sep 2024 15:04:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E4=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- conanfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e72725..0607a88 100644 --- a/README.md +++ b/README.md @@ -103,5 +103,5 @@ int main() { # build ```shell -conan install . --build=missing +conan create . --build=missing ``` \ No newline at end of file diff --git a/conanfile.py b/conanfile.py index 1bfde52..52156f5 100644 --- a/conanfile.py +++ b/conanfile.py @@ -8,7 +8,7 @@ import os class loggingRecipe(ConanFile): name = "logging" - version = "0.1.2" + version = "0.2.2" license = "MIT" author = "321640253@qq.com" url = "https://github.com/WangZhongDian/logging.git"