Skip to content

Commit 5317a4b

Browse files
committed
chore: Release
1 parent 009b247 commit 5317a4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ocrs-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ocrs-cli"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
authors = ["Robert Knight"]
66
description = "OCR CLI tool for extracting text from images"
@@ -15,7 +15,7 @@ serde_json = "1.0.149"
1515
rten = { workspace = true }
1616
rten-imageproc = { workspace = true }
1717
rten-tensor = { workspace = true }
18-
ocrs = { path = "../ocrs", version = "0.12.0" }
18+
ocrs = { path = "../ocrs", version = "0.12.1" }
1919
lexopt = "0.3.1"
2020
url = "2.5.4"
2121
anyhow = "1.0.100"

ocrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ocrs"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
authors = ["Robert Knight"]
66
description = "OCR engine"

0 commit comments

Comments
 (0)