Skip to content

Commit

Permalink
bump version #s
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed May 13, 2022
1 parent ae3e3da commit 095e406
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 @@ -13,7 +13,7 @@ name = "libmathcat_py"
crate-type = ["cdylib"]

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

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

[build-dependencies]
zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
mathcat = "0.1.21"
mathcat = "0.1.22"
# for testing MathCAT without having to publish a new version (change two occurences)
#mathcat = {version= "0.1.21", path = "../MathCAT/"}
#mathcat = {version= "0.1.22", 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 @@ -29,7 +29,7 @@ def _(arg):
The initial version of MathCAT is English-only but is designed with translations in mind.
"""),
# version
"addon_version": "0.1.12",
"addon_version": "0.1.13",
# Author(s)
"addon_author": "Neil Soiffer <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 095e406

Please sign in to comment.