Bump project version metadata to 1.0.1.

Synchronize CMake, README, and Ruby gem version strings with the released v1.0.1 tag to keep build and packaging metadata consistent.

Made-with: Cursor
This commit is contained in:
knb
2026-04-17 05:21:39 +09:00
parent d2fd6cc1f9
commit d0e5846012
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
# Email: knb@artif.org
cmake_minimum_required(VERSION 3.16)
project(ptouch_label VERSION 1.0.0 LANGUAGES C)
project(ptouch_label VERSION 1.0.1 LANGUAGES C)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)