Bump version to v1.3.15

This commit is contained in:
Trent Nelson
2020-09-29 12:34:06 -06:00
committed by mergify[bot]
parent c8f4bfca90
commit 24c60cf3db
97 changed files with 700 additions and 700 deletions

View File

@@ -31,7 +31,7 @@ readCargoVariable() {
}
# shellcheck disable=2207
Cargo_tomls=($(find . -name Cargo.toml -not -path './web3.js/examples/*'))
Cargo_tomls=($(find . -mindepth 2 -name Cargo.toml -not -path './web3.js/examples/*'))
# shellcheck disable=2207
markdownFiles=($(find . -name "*.md"))