Skip to content

Commit 03ea923

Browse files
committed
Release v0.2.1
1 parent ca2986c commit 03ea923

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
311311
[npm-image]: http://img.shields.io/npm/v/@stdlib/array.svg
312312
[npm-url]: https://npmjs.org/package/@stdlib/array
313313

314-
[test-image]: https://github.com/stdlib-js/array/actions/workflows/test.yml/badge.svg?branch=v0.2.0
315-
[test-url]: https://github.com/stdlib-js/array/actions/workflows/test.yml?query=branch:v0.2.0
314+
[test-image]: https://github.com/stdlib-js/array/actions/workflows/test.yml/badge.svg?branch=v0.2.1
315+
[test-url]: https://github.com/stdlib-js/array/actions/workflows/test.yml?query=branch:v0.2.1
316316

317317
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array/main.svg
318318
[coverage-url]: https://codecov.io/github/stdlib-js/array?branch=main

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Arrays.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)