From 3137294fbd659db2fb42a392a77b91d6e0aa79f7 Mon Sep 17 00:00:00 2001 From: eugenesvk Date: Mon, 8 Apr 2024 21:41:38 +0700 Subject: [PATCH] :bookmark: bump Column.AttrShort version to 1.2 --- Column.AttrShort.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Column.AttrShort.js b/Column.AttrShort.js index 676fd3b..90b5974 100644 --- a/Column.AttrShort.js +++ b/Column.AttrShort.js @@ -20,7 +20,7 @@ function OnInit(D) { D.name = "Column.AttrShort"; D.desc = "Column formatted with shorter attribute indicators (no '-'), reverse 'i' shown when content indexing is enabled, and smaller symbols ₐ vs a" +"\n" + "(click ⚙ to configure)"; - D.version = "1.0@18-10"; + D.version = "1.1@24-04"; D.url = ""; D.default_enable = true; D.min_version = "12.5"; D.copyright = "es";