Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed May 11, 2023
1 parent 9ef9999 commit 3d1cfef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name = "libmathcat_py"
crate-type = ["cdylib"]

[dependencies.mathcat]
version = "0.2.3"
version = "0.2.5"
# for testing MathCAT without having to publish a new version (change two occurences)
# path = "../MathCAT/"

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

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


[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion NVDA-addon/buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _(arg):
Translations to languages other than English are in progress.
"""),
# version
"addon_version": "0.2.1",
"addon_version": "0.2.5",
# Author(s)
"addon_author": "Neil Soiffer <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 3d1cfef

Please sign in to comment.