diff --git a/README.md b/README.md index 8e185d1..12f2194 100644 --- a/README.md +++ b/README.md @@ -267,8 +267,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-cidentityf.svg [npm-url]: https://npmjs.org/package/@stdlib/math-base-special-cidentityf -[test-image]: https://github.com/stdlib-js/math-base-special-cidentityf/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/math-base-special-cidentityf/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/math-base-special-cidentityf/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/math-base-special-cidentityf/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-cidentityf/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-cidentityf?branch=main diff --git a/package.json b/package.json index f9a0f88..3e895cd 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@stdlib/complex-real": "^0.1.0", "@stdlib/constants-float32-ninf": "^0.1.0", "@stdlib/constants-float32-pinf": "^0.1.0", - "@stdlib/math-base-assert-is-nanf": "^0.1.0", + "@stdlib/math-base-assert-is-nanf": "^0.1.1", "@stdlib/math-base-assert-is-negative-zerof": "^0.1.0", "@stdlib/math-base-assert-is-positive-zerof": "^0.1.0", "@stdlib/random-base-discrete-uniform": "^0.1.0",