From dc7338c7b8a07e0c8d140310491602fcbb9c6dea Mon Sep 17 00:00:00 2001 From: daudix Date: Tue, 6 Aug 2024 19:51:17 +0300 Subject: [PATCH] Bump to v4.2.1 --- content/_index.md | 4 ++-- sass/style.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index fccec6a..5120744 100644 --- a/content/_index.md +++ b/content/_index.md @@ -52,7 +52,7 @@ It is highly recommended to switch from the `main` branch to the latest release: ```sh cd themes/duckquill -git checkout tags/v4.2.0 +git checkout tags/v4.2.1 ``` To update the submodule, simply switch to a new tag: @@ -64,7 +64,7 @@ Check the changelog for all versions that came after the one you are using, ther ```sh git submodule update --remote --merge git tag --list -git checkout tags/v4.2.0 +git checkout tags/v4.2.1 ``` Then, enable it in your `config.toml`: diff --git a/sass/style.scss b/sass/style.scss index a856738..fa69983 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,5 +1,5 @@ /*! - * Duckquill v4.2.0 (https://duckquill.daudix.one) + * Duckquill v4.2.1 (https://duckquill.daudix.one) * Copyright 2024 David "Daudix" Lapshin * Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) */