Skip to content

Commit 1e9646e

Browse files
committed
Refactor container classes for CSA and OSA with deferred initialization via set_card_effective_date, simplifying constructors and parsing logic.
1 parent 0b44810 commit 1e9646e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.15)
88
# Define the project with its name, version, and a brief description.
99
# This information is used by IDEs and packaging tools.
1010
project(open_loop_service_handler
11-
VERSION 1.0.0
11+
VERSION 1.0.1
1212
DESCRIPTION "A C++ library for parsing and serializing Open-Loop Transit Card data (CSA & OSA)."
1313
LANGUAGES CXX
1414
)

0 commit comments

Comments
 (0)