Skip to content

Commit abdb4e1

Browse files
committed
Bump ReadMe
1 parent a67174c commit abdb4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
[![license](https://img.shields.io/badge/license-zlib-lightgrey.svg)](https://en.wikipedia.org/wiki/Zlib_License)
44

55

6-
This is a C++20 header-only library for reading/writing
6+
This is a C++23 header-only library for reading/writing
77
[Minecraft NBT](https://wiki.vg/NBT) data:
88
* Single header file
9-
* Requires C++20 and [P2162](https://wg21.link/p2162) (GCC 13, Clang 14, MSVC 19.latest)
9+
* Requires C++23 (GCC 13, Clang 14, MSVC 19.latest)
1010
* Reads from `istream`s, writes to `ostream`s
1111
* Supports pretty printing
1212

0 commit comments

Comments
 (0)