2 Commits

Author SHA1 Message Date
00cabb6dfb Update version
All checks were successful
CI Pipeline / build (push) Successful in 12s
2025-12-03 12:15:21 +01:00
ac916d980b Merge pull request 'Implement table styles' (#8) from feature/table-styles into main
Some checks failed
CI Pipeline / build (push) Has been cancelled
Reviewed-on: #8
2025-12-03 11:14:48 +00:00

View File

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