Skip to content

Commit

Permalink
update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lublak committed Sep 29, 2024
1 parent 73e1e23 commit 03e1ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A typst plugin to evaluate javascript code.
## Example

```typst
#import "@preview/ctxjs:0.1.0"
#import "@preview/ctxjs:0.1.1"
#{
_ = ctxjs.create-context("context_name")
Expand Down
2 changes: 1 addition & 1 deletion typst-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A typst plugin to evaluate javascript code.
## Example

```typst
#import "@preview/ctxjs:0.1.0"
#import "@preview/ctxjs:0.1.1"
#{
_ = ctxjs.create-context("context_name")
Expand Down

0 comments on commit 03e1ba4

Please sign in to comment.