Skip to content

Commit 89a5e6e

Browse files
committed
Bump version to 0.1.4
1 parent 7e923ef commit 89a5e6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aligner"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["kaegi <[email protected]>"]
55
description = "Automatically corrects subtitle timings given a second correct subtitle"
66
repository = "https://github.com/kaegi/aligner"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add this to your `Cargo.toml`:
3636

3737
```toml
3838
[dependencies]
39-
aligner = "~0.1.3"
39+
aligner = "~0.1.4"
4040
```
4141

4242
[Documentation](https://docs.rs/aligner)

0 commit comments

Comments
 (0)