Skip to content

Commit 86e0e14

Browse files
ci: bump version for release 🚀 (#3)
Co-authored-by: mcanouil-dev[bot] <211049963+mcanouil-dev[bot]@users.noreply.github.com>
1 parent 2348fff commit 86e0e14

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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-revealjs-tabset"
1010
url: "http://m.canouil.dev/quarto-revealjs-tabset/"
1111
license: "MIT"
12-
date-released: "2025-11-24"
13-
version: 1.0.0
12+
date-released: "2026-02-11"
13+
version: 1.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This extension enables fragment-based navigation through panel tabsets, allowing
1414
## Installation
1515

1616
```bash
17-
quarto add mcanouil/quarto-revealjs-tabset
17+
quarto add mcanouil/quarto-revealjs-tabset@1.0.1
1818
```
1919

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

_extensions/tabset/_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Reveal.js Tabset
22
author: Mickaël Canouil
3-
version: 1.0.0
3+
version: 1.0.1
44
quarto-required: ">=1.8.26"
55
contributes:
66
revealjs-plugins:

example.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The plugin automatically detects panel tabsets in your slides and enables fragme
3333
Install the extension using:
3434

3535
```bash
36-
quarto add mcanouil/quarto-revealjs-tabset
36+
quarto add mcanouil/quarto-revealjs-tabset@1.0.1
3737
```
3838

3939
## Basic Setup

0 commit comments

Comments
 (0)