From 3e9a867e1ffe61c06ed370e78142b387ec84afe6 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 10 Oct 2023 19:06:26 +0000 Subject: [PATCH] Release v0.1.1 --- README.md | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa368a2..359d1c1 100644 --- a/README.md +++ b/README.md @@ -213,8 +213,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math-iter-special-acot.svg [npm-url]: https://npmjs.org/package/@stdlib/math-iter-special-acot -[test-image]: https://github.com/stdlib-js/math-iter-special-acot/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/math-iter-special-acot/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/math-iter-special-acot/actions/workflows/test.yml/badge.svg?branch=v0.1.1 +[test-url]: https://github.com/stdlib-js/math-iter-special-acot/actions/workflows/test.yml?query=branch:v0.1.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-iter-special-acot/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math-iter-special-acot?branch=main diff --git a/package.json b/package.json index 70aa42e..f5e7b41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/math-iter-special-acot", - "version": "0.1.0", + "version": "0.1.1", "description": "Create an iterator which computes the inverse cotangent of each iterated value.", "license": "Apache-2.0", "author": { @@ -37,8 +37,8 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/math-base-special-acot": "^0.1.0", - "@stdlib/math-iter-tools-map": "^0.1.0", + "@stdlib/math-base-special-acot": "^0.1.1", + "@stdlib/math-iter-tools-map": "^0.1.1", "@stdlib/types": "^0.1.0" }, "devDependencies": {