Skip to content

Commit ca71e33

Browse files
committed
v0.4.0-alpha.3
1 parent 1ce5c84 commit ca71e33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "katex"
3-
version = "0.4.0-alpha.2"
3+
version = "0.4.0-alpha.3"
44
authors = ["Cheng XU <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your `Cargo.toml`:
1616

1717
```toml
1818
[dependencies]
19-
katex = "0.4.0-alpha.2"
19+
katex = "0.4.0-alpha.3"
2020
```
2121

2222
This crate offers the following features:

Diff for: src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//! Add this to your `Cargo.toml`:
77
//! ```toml
88
//! [dependencies]
9-
//! katex = "0.4.0-alpha.2"
9+
//! katex = "0.4.0-alpha.3"
1010
//! ```
1111
//!
1212
//! This crate offers the following features:

0 commit comments

Comments
 (0)