Skip to content

Commit 3d1cfef

Browse files
committed
update versions
1 parent 9ef9999 commit 3d1cfef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name = "libmathcat_py"
1919
crate-type = ["cdylib"]
2020

2121
[dependencies.mathcat]
22-
version = "0.2.3"
22+
version = "0.2.5"
2323
# for testing MathCAT without having to publish a new version (change two occurences)
2424
# path = "../MathCAT/"
2525

@@ -29,9 +29,9 @@ features = ["extension-module", "abi3"]
2929

3030
[build-dependencies]
3131
zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
32-
mathcat = "0.2.3"
32+
mathcat = "0.2.5"
3333
# for testing MathCAT without having to publish a new version (change two occurences)
34-
# mathcat = {version= "0.2.3", path = "../MathCAT/"}
34+
# mathcat = {version= "0.2.5", path = "../MathCAT/"}
3535

3636

3737
[profile.release]

NVDA-addon/buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _(arg):
3131
Translations to languages other than English are in progress.
3232
"""),
3333
# version
34-
"addon_version": "0.2.1",
34+
"addon_version": "0.2.5",
3535
# Author(s)
3636
"addon_author": "Neil Soiffer <soiffer@alum.mit.edu>",
3737
# URL for the add-on documentation support

0 commit comments

Comments
 (0)