Skip to content

Commit f1ace32

Browse files
committed
update ver to 1.2.1
1 parent cd4dee6 commit f1ace32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

textSubstitutions.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const TS_DELIMITERS = [
2323
["=", "=", 1],
2424
["==", "==", 2],
2525
]
26-
const TS_VERSION = "1.2.0";
27-
const TS_VERSION_PREFS = 100200; // equal to 1.002.00, or 1.2.0
26+
const TS_VERSION = "1.2.1";
27+
const TS_VERSION_PREFS = 100201; // equal to 1.002.01, or 1.2.1
2828

2929
var TS_SUB_TABLE_BUILTIN = [];
3030
var TS_SUB_TABLE_BUILTIN_FUNCTIONS = [];

0 commit comments

Comments
 (0)