Skip to content

Commit 0687baa

Browse files
Bump version to 1.1.11
1 parent e1105fa commit 0687baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ else()
44
cmake_minimum_required(VERSION 3.27)
55
endif()
66

7-
project(plog VERSION 1.1.10 LANGUAGES CXX)
7+
project(plog VERSION 1.1.11 LANGUAGES CXX)
88

99
# check if building as a stand-alone project
1010
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
33
"name": "plog",
4-
"version": "1.1.10",
4+
"version": "1.1.11",
55
"description": "Portable, simple and extensible C++ logging library",
66
"keywords": [
77
"plog",

0 commit comments

Comments
 (0)