add transpose stuff to README, bump version

This commit is contained in:
2025-01-14 07:29:31 +01:00
committed by T.v.Dein
parent cf1a555b9b
commit 2ae2d2b33d
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"