Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Jan 20, 2024
2 parents ad8acaa + 9e5d9d0 commit f3245bd
Show file tree
Hide file tree
Showing 165 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion make/pass1/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function pass(argv) {
if (!argv.mono) dropCharacters(main, c => isEnclosedAlphanumerics(c) || isPua(c));

// Bake tnum for UI
if (argv.tnum) bakeFeature("tnum", main, c => true);
if (argv.tnum) bakeFeature("tnum", main, c => c != 0x2d);

if (argv.italize) {
italize(as, +9.4);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sarasa-gothic",
"version": "1.0.3",
"version": "1.0.4",
"main": "./run",
"scripts": {
"build": "verda -f verdafile.mjs",
Expand Down
Loading

0 comments on commit f3245bd

Please sign in to comment.