add transpose stuff to README, bump version

This commit is contained in:
2025-01-14 07:29:31 +01:00
parent 5f8b6872ef
commit cf5ee09805
2 changed files with 17 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ import (
)
const DefaultSeparator string = `(\s\s+|\t)`
const Version string = "v1.2.3"
const Version string = "v1.3.0"
const MAXPARTS = 2
var DefaultLoadPath = os.Getenv("HOME") + "/.config/tablizer/lisp"