Skip to content

Commit b0716f3

Browse files
committed
Bumped version to 1.1.0.
1 parent b8f0afd commit b0716f3

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.9)
22
project(csv-parser
3-
VERSION 1.0.1
3+
VERSION 1.1.0
44
DESCRIPTION "Csv::Parser (csv-parser)"
55
LANGUAGES CXX
66
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ std::cout << "Row 1, column 2: " << matrix_data[info.matrixIndex(1, 2)] << std::
116116
return EXIT_SUCCESS;
117117
```
118118

119-
### Compile-Time Parsing Into 2D `std::array`
119+
### Compile-Time Parsing Into 2D std::array
120120

121121
Currently, parsing at compile-time has some restrictions:
122122
- To collapse consecutive double-quotes in strings, a compile-time-allocated buffer has to be used.

0 commit comments

Comments
 (0)