From 66b5e84573cf7bc47e74b35bb4dea8ed29bc67f8 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Mon, 20 May 2024 16:27:33 +0300 Subject: [PATCH] Bump to v2.0.0 Yay new major release! --- 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 fb9a02b..5e72520 100644 --- a/content/_index.md +++ b/content/_index.md @@ -47,7 +47,7 @@ It is highly recommended to switch from the `main` branch to the lates release: ```sh cd themes/duckquill -git checkout tags/v1.1.0 +git checkout tags/v2.0.0 ``` To update the submodule, simply switch to a new tag: @@ -57,7 +57,7 @@ To update the submodule, simply switch to a new tag: ```sh git submodule update --remote --merge git tag --list -git checkout tags/v1.1.0 +git checkout tags/v2.0.0 ``` Then, enable it in your `config.toml`: diff --git a/sass/style.scss b/sass/style.scss index 1411069..0cf2a42 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,5 +1,5 @@ /*! - * Duckquill v1.1.0 (https://daudix.codeberg.page/duckquill) + * Duckquill v2.0.0 (https://daudix.codeberg.page/duckquill) * Copyright 2024 David "Daudix" Lapshin * Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) */