Skip to content

Commit 2bc06af

Browse files
ci: bump version for release 🚀 (#4)
Co-authored-by: mcanouil-dev[bot] <211049963+mcanouil-dev[bot]@users.noreply.github.com>
1 parent f245d19 commit 2bc06af

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ authors:
99
repository-code: "https://github.com/mcanouil/quarto-code-window"
1010
url: "https://m.canouil.dev/quarto-code-window/"
1111
license: "MIT License"
12-
date-released: "2026-03-01"
13-
version: 0.1.1
12+
date-released: "2026-03-03"
13+
version: 0.2.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Supports HTML, Reveal.js, and Typst formats.
77
## Installation
88

99
```bash
10-
quarto add mcanouil/quarto-code-window@0.1.1
10+
quarto add mcanouil/quarto-code-window@0.2.0
1111
```
1212

1313
This will install the extension under the `_extensions` subdirectory.

_extensions/code-window/_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Code Window
22
author: Mickaël Canouil
3-
version: 0.1.1
3+
version: 0.2.0
44
quarto-required: ">=1.9.23"
55
contributes:
66
filters:

0 commit comments

Comments
 (0)