From fc4822c1b198791cd95e3202a2040ad0c8e54d82 Mon Sep 17 00:00:00 2001 From: JT Date: Tue, 25 May 2021 07:04:07 +1200 Subject: [PATCH] Update make_readme_table.nu --- make_readme_table.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_readme_table.nu b/make_readme_table.nu index a4a2abe..e29eac0 100644 --- a/make_readme_table.nu +++ b/make_readme_table.nu @@ -1,8 +1,8 @@ # A Script to try and create the table for the readme.md file # | Category | File | Nu Version | Description | # | ---------------- | --------------------------------------------------------- | ---------- | ----------- | -# | coloring | [color_table.nu](./coloring/color_table.nu) | 0.26 | desc | -# | coloring | [color_tables.nu](./coloring/color_tables.nu) | 0.26 | desc | +# | coloring | [color_table.nu](./coloring/color_table.nu) | 0.32 | desc | +# | coloring | [color_tables.nu](./coloring/color_tables.nu) | 0.32 | desc | # Right now there is still manual manipulation in order to update the README.md # Hopefully, in the future someone will contribute a script to make this automatic.