Skip to content

Commit

Permalink
Release 0.1.1 (#167)
Browse files Browse the repository at this point in the history
release: Bump version
  • Loading branch information
johannes-wolf authored Sep 10, 2023
1 parent e5d1d6d commit aa104b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For information, see the [manual](manual.pdf?raw=true).

To use this package, simply add the following code to your document:
```
#import "@preview/cetz:0.1.0"
#import "@preview/cetz:0.1.1"
#cetz.canvas({
import cetz.draw: *
Expand All @@ -75,7 +75,7 @@ just install
The installed version can be imported by prefixing the package name with `@local`.

```typ
#import "@local/cetz:0.1.0"
#import "@local/cetz:0.1.1"
#cetz.canvas({
import cetz.draw: *
Expand Down
Binary file modified manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The name CeTZ is a recursive acronym for "CeTZ, ein Typst Zeichenpacket" (german

This is the minimal starting point:
```typ
#import "@local/cetz:0.1.0"
#import "@local/cetz:0.1.1"
#cetz.canvas({
import cetz.draw: *
...
Expand Down
2 changes: 1 addition & 1 deletion src/lib.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#let version = (0,1,0)
#let version = (0,1,1)

#import "canvas.typ": canvas
#import "draw.typ"
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cetz"
version = "0.1.0"
version = "0.1.1"
repository = "https://github.com/johannes-wolf/typst-canvas"
entrypoint = "src/lib.typ"
authors = [
Expand Down

0 comments on commit aa104b7

Please sign in to comment.