From 06c4cf1cc6af334f8a9c0bc6d1387788dc46a3f4 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Tue, 21 May 2024 11:49:06 +0200 Subject: [PATCH] docs: Fix extensions --- crates/bump-versions.nu | 2 +- crates/eko/{katex-header.toml => katex-header.html} | 0 crates/ekore/{katex-header.toml => katex-header.html} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename crates/eko/{katex-header.toml => katex-header.html} (100%) rename crates/ekore/{katex-header.toml => katex-header.html} (100%) diff --git a/crates/bump-versions.nu b/crates/bump-versions.nu index 92290c63f..67b2ca0e1 100644 --- a/crates/bump-versions.nu +++ b/crates/bump-versions.nu @@ -1,6 +1,6 @@ cd .. -let version = "0.1.1-alpha.3" +let version = "0.1.1-alpha.4" open Cargo.toml | update workspace.package.version $version | collect { save -f Cargo.toml } diff --git a/crates/eko/katex-header.toml b/crates/eko/katex-header.html similarity index 100% rename from crates/eko/katex-header.toml rename to crates/eko/katex-header.html diff --git a/crates/ekore/katex-header.toml b/crates/ekore/katex-header.html similarity index 100% rename from crates/ekore/katex-header.toml rename to crates/ekore/katex-header.html