Skip to content

Commit b99f49e

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ repository-code: "https://github.com/mcanouil/quarto-code-window"
1010
url: "https://m.canouil.dev/quarto-code-window/"
1111
license: "MIT License"
1212
date-released: "2026-03-01"
13-
version: 0.1.0
13+
version: 0.1.1

README.md

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

88
```bash
9-
quarto add mcanouil/[email protected].0
9+
quarto add mcanouil/[email protected].1
1010
```
1111

1212
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.0
3+
version: 0.1.1
44
quarto-required: ">=1.6"
55
contributes:
66
filters:

0 commit comments

Comments
 (0)