2 Commits

Author SHA1 Message Date
8b4f538cbb Update version
All checks were successful
CI Pipeline / build (push) Successful in 12s
2025-12-03 13:53:04 +01:00
bc69880c9b Merge pull request 'Support table and table column sizing' (#9) from feature/table-column-sizing into main
All checks were successful
CI Pipeline / build (push) Successful in 12s
Reviewed-on: #9
2025-12-03 12:52:10 +00:00

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Notare module Notare
VERSION = "0.0.4" VERSION = "0.0.5"
end end