Skip to content

Commit

Permalink
v0.4.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Sep 5, 2021
1 parent 1ce5c84 commit ca71e33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "katex"
version = "0.4.0-alpha.2"
version = "0.4.0-alpha.3"
authors = ["Cheng XU <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
katex = "0.4.0-alpha.2"
katex = "0.4.0-alpha.3"
```

This crate offers the following features:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! Add this to your `Cargo.toml`:
//! ```toml
//! [dependencies]
//! katex = "0.4.0-alpha.2"
//! katex = "0.4.0-alpha.3"
//! ```
//!
//! This crate offers the following features:
Expand Down

0 comments on commit ca71e33

Please sign in to comment.