Skip to content

Commit

Permalink
cpp_http version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
virgiliofornazin committed Oct 28, 2024
1 parent 701d367 commit 76a01d5
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

cpp_http library version 1.0.3
cpp_http library version 1.0.4

Copyright (c) 2024, Virgilio Alexandre Fornazin

Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/http_client.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/http_header_values.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/http_headers.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/http_method.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/http_query_string.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/http_query_string_value.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/http_request.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/http_response.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/impl/atomic_flag.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/impl/config.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/impl/diagnostics.inl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/impl/http_client_utils.inl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/impl/http_utils.inl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
4 changes: 2 additions & 2 deletions include/cpp_http/impl/library_version.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down Expand Up @@ -37,7 +37,7 @@ namespace cpp_http
{
static inline char const* library_version() noexcept
{
return "1.0.3";
return "1.0.4";
}
}
}
2 changes: 1 addition & 1 deletion include/cpp_http/impl/ssl_utils.inl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/impl/stl_headers.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/impl/stl_utils.inl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/interval_throughput_limiter.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/manual_throughput_limiter.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/websocket_client.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/websocket_client_event.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/websocket_message.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_http/websocket_message_priority.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
cpp_http library version 1.0.3
cpp_http library version 1.0.4
Copyright (c) 2024, Virgilio Alexandre Fornazin
Expand Down

0 comments on commit 76a01d5

Please # to comment.