Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit b58ebfa

Browse files
version: 0.1.1 → 0.1.2
1 parent 63c13fc commit b58ebfa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A bundle of template and a few more utils, written in and for [Typst].
55
## Quick start
66

77
```typst
8-
#import "@preview/flow:0.1.1"
8+
#import "@preview/flow:0.1.2"
99
#show: note.with(
1010
title: "What is this note about?",
1111
)

template/main.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/flow:0.1.1": *
1+
#import "@preview/flow:0.1.2": *
22
#show: note.with(
33
title: "Super cool title!",
44
)

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "0.1.1"
2+
version = "0.1.2"
33
compiler = "0.12.0"
44

55
name = "flow"

0 commit comments

Comments
 (0)