Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit a66a013

Browse files
committed
Release v0.12.2
1 parent f4b02df commit a66a013

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ Note: Windows 8 or lower, Visual Studio 2013 or lower, and Cygwin on Windows are
841841
License
842842
-------
843843

844-
MIT license (© 2022 Yuji Hirose)
844+
MIT license (© 2023 Yuji Hirose)
845845

846846
Special Thanks To
847847
-----------------

httplib.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//
22
// httplib.h
33
//
4-
// Copyright (c) 2022 Yuji Hirose. All rights reserved.
4+
// Copyright (c) 2023 Yuji Hirose. All rights reserved.
55
// MIT License
66
//
77

88
#ifndef CPPHTTPLIB_HTTPLIB_H
99
#define CPPHTTPLIB_HTTPLIB_H
1010

11-
#define CPPHTTPLIB_VERSION "0.12.1"
11+
#define CPPHTTPLIB_VERSION "0.12.2"
1212

1313
/*
1414
* Configuration

0 commit comments

Comments
 (0)