Skip to content

Commit

Permalink
bump to v0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
qwinsi committed Aug 19, 2024
1 parent 8645efc commit 375fc4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ npm install tex2typst
## Or just loading it in a web page

```html
<script src="https://cdn.jsdelivr.net/npm/tex2typst@0.0.19/dist/tex2typst.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tex2typst@0.1.20/dist/tex2typst.min.js"></script>
<!-- or -->
<script src="https://unpkg.com/tex2typst@0.0.19/dist/tex2typst.min.js"></script>
<script src="https://unpkg.com/tex2typst@0.1.20/dist/tex2typst.min.js"></script>
```

Replace `0.0.19` with the latest version number in case this README is outdated.
Replace `0.1.20` with the latest version number in case this README is outdated.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tex2typst",
"version": "0.0.19",
"version": "0.1.20",
"description": "JavaScript library for converting TeX code to Typst",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 375fc4a

Please sign in to comment.