8000 Merge branch 'main' of https://github.com/stdlib-js/array-base-zero-to · stdlib-js/array-base-zero-to@39814c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39814c1

Browse files
committed
2 parents 9f33345 + 130c76c commit 39814c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
165165
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-zero-to.svg
166166
[npm-url]: https://npmjs.org/package/@stdlib/array-base-zero-to
167167

168-
[test-image]: https://github.com/stdlib-js/array-base-zero-to/actions/workflows/test.yml/badge.svg?branch=v0.0.4
169-
[test-url]: https://github.com/stdlib-js/array-base-zero-to/actions/workflows/test.yml?query=branch=v0.0.4
168+
[test-image]: https://github.com/stdlib-js/array-base-zero-to/actions/workflows/test.yml/badge.svg?branch=v0.0.6
169+
[test-url]: https://github.com/stdlib-js/array-base-zero-to/actions/workflows/test.yml?query=branch=v0.0.6
170170

171171
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-zero-to/main.svg
172-
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-zero-to?branch=v0.0.4
172+
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-zero-to?branch=v0.0.6
173173

174174
<!--
175175

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-zero-to",
3-
"version": "0.0.4",
3+
"version": "0.0.6",
44
"description": "Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)
0