Skip to content

Commit 2cc6cb7

Browse files
committed
change version to 0.2.1
1 parent f48955d commit 2cc6cb7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ https://echarts.apache.org/en/option.html
3939
## Usage
4040

4141
```typst
42-
#import "@preview/echarm:0.3.0"
42+
#import "@preview/echarm:0.2.1"
4343
4444
// options are echart options
4545
#echarm.render(width: 100%, height: 100%, options: (:))
@@ -60,7 +60,7 @@ https://typst.app/universe/package/ctxjs/
6060
| 0.1.0 | 5.5.1 |
6161
| 0.1.1 | 5.5.1<sup>1</sup> |
6262
| 0.2.0 | 5.6.0 |
63-
| 0.3.0 | 5.6.0<sup>2</sup> |
63+
| 0.2.1 | 5.6.0<sup>2</sup> |
6464

6565
<sup>1</sup> new eval-later feature
6666
<sup>2</sup> compatibility with typst 0.13 using ctxjs 0.3.0

typst-package/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ https://echarts.apache.org/en/option.html
3939
## Usage
4040

4141
```typst
42-
#import "@preview/echarm:0.3.0"
42+
#import "@preview/echarm:0.2.1"
4343
4444
// options are echart options
4545
#echarm.render(width: 100%, height: 100%, options: (:))
@@ -60,7 +60,7 @@ https://typst.app/universe/package/ctxjs/
6060
| 0.1.0 | 5.5.1 |
6161
| 0.1.1 | 5.5.1<sup>1</sup> |
6262
| 0.2.0 | 5.6.0 |
63-
| 0.3.0 | 5.6.0<sup>2</sup> |
63+
| 0.2.1 | 5.6.0<sup>2</sup> |
6464

6565
<sup>1</sup> new eval-later feature
6666
<sup>2</sup> compatibility with typst 0.13 using ctxjs 0.3.0

typst-package/typst.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "echarm"
3-
version = "0.3.0"
3+
version = "0.2.1"
4+
compiler = "0.13.0"
45
entrypoint = "lib.typ"
56
authors = ["lublak"]
67
license = "MIT"

0 commit comments

Comments
 (0)