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

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Libptouch
VERSION = "1.0.0"
VERSION = "1.0.1"
end