From e6d168f9cee33cedc1034ae9bfb1b533be2ac90b Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 8 Nov 2023 04:19:20 +0000 Subject: [PATCH] Release v0.1.1 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1b4310c..1d4ddc8c 100644 --- a/README.md +++ b/README.md @@ -305,8 +305,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/array.svg [npm-url]: https://npmjs.org/package/@stdlib/array -[test-image]: https://github.com/stdlib-js/array/actions/workflows/test.yml/badge.svg?branch=v0.1.0 -[test-url]: https://github.com/stdlib-js/array/actions/workflows/test.yml?query=branch:v0.1.0 +[test-image]: https://github.com/stdlib-js/array/actions/workflows/test.yml/badge.svg?branch=v0.1.1 +[test-url]: https://github.com/stdlib-js/array/actions/workflows/test.yml?query=branch:v0.1.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/array?branch=main diff --git a/package.json b/package.json index cafd3bc0..52802d73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/array", - "version": "0.1.0", + "version": "0.1.1", "description": "Arrays.", "license": "Apache-2.0", "author": {