diff --git a/documize/api/endpoint/router.go b/documize/api/endpoint/router.go index 7155b94f..95a66337 100644 --- a/documize/api/endpoint/router.go +++ b/documize/api/endpoint/router.go @@ -30,7 +30,7 @@ const ( // AppVersion does what it says // Versioning scheme major.minor where "minor" is optional // e.g. 1, 2, 3, 4.1, 4.2, 5, 6, 7, 7.1, 8, 9, 10, ..... 127, 127.1, 128 - AppVersion = "12.2" + AppVersion = "12.3" ) var port, certFile, keyFile, forcePort2SSL string diff --git a/documize/section/table.go b/documize/section/table.go index 4d33f289..041f67ee 100644 --- a/documize/section/table.go +++ b/documize/section/table.go @@ -26,8 +26,8 @@ func (*table) Meta() TypeMeta { section := TypeMeta{} section.ID = "81a2ea93-2dfc-434d-841e-54b832492c92" - section.Title = "Table" - section.Description = "Table with rows, columns and formatting" + section.Title = "Tabular" + section.Description = "Rows, columns and formatting for tabular data" section.ContentType = "table" section.Order = 9996