Skip to content

Commit 8fe48a8

Browse files
committed
UPD | new version
1 parent c7533e3 commit 8fe48a8

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
@@ -1,6 +1,6 @@
11
# cmake_minimum_required(VERSION 3.28.2) # CXX Modules Support
22
cmake_minimum_required(VERSION 3.10)
3-
project(manapihttp LANGUAGES CXX VERSION 1.0.3 DESCRIPTION "Fast HTTP Server/Client Library for easy develop API-Services and Web Applications")
3+
project(manapihttp LANGUAGES CXX VERSION 1.0.4 DESCRIPTION "Fast HTTP Server/Client Library for easy develop API-Services and Web Applications")
44

55
set(CMAKE_CXX_STANDARD 23)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class ManapiHttpConan(ConanFile):
1212
name = "manapihttp"
1313
description = "Fast http server/client"
14-
version = "1.0.3"
14+
version = "1.0.4"
1515

1616
settings = "os", "compiler", "build_type", "arch"
1717

0 commit comments

Comments
 (0)