chore: bump version to v0.1.9

- Update README with all 17 built-in themes
- Add font installation instructions for NixOS and Arch Linux
- Add terminal font config for Foot, WezTerm, and Windows Terminal
- Bump version references from v0.1.8 to v0.1.9
This commit is contained in:
vrubelroman 2026-04-27 16:09:31 +03:00
parent 804fa9f83b
commit c2ca689814
3 changed files with 71 additions and 27 deletions

View file

@ -13,7 +13,7 @@
lib = pkgs.lib;
packageBase = pkgs.buildGoModule {
pname = "vcom";
version = "0.1.8";
version = "0.1.9";
src = ./.;
vendorHash = null;