Skip to content

Commit 670e2e7

Browse files
committed
Release v0.1.1
1 parent ffc29c9 commit 670e2e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
233233
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-iter-ops-mod.svg
234234
[npm-url]: https://npmjs.org/package/@stdlib/math-iter-ops-mod
235235

236-
[test-image]: https://github.com/stdlib-js/math-iter-ops-mod/actions/workflows/test.yml/badge.svg?branch=main
237-
[test-url]: https://github.com/stdlib-js/math-iter-ops-mod/actions/workflows/test.yml?query=branch:main
236+
[test-image]: https://github.com/stdlib-js/math-iter-ops-mod/actions/workflows/test.yml/badge.svg?branch=v0.1.1
237+
[test-url]: https://github.com/stdlib-js/math-iter-ops-mod/actions/workflows/test.yml?query=branch:v0.1.1
238238

239239
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-iter-ops-mod/main.svg
240240
[coverage-url]: https://codecov.io/github/stdlib-js/math-iter-ops-mod?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/math-iter-ops-mod",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Create an iterator which performs an element-wise modulo operation of two or more iterators.",
55
"license": "Apache-2.0",
66
"author": {
@@ -41,7 +41,7 @@
4141
"@stdlib/assert-is-iterator-like": "^0.1.1",
4242
"@stdlib/assert-is-number": "^0.1.1",
4343
"@stdlib/string-format": "^0.1.1",
44-
"@stdlib/symbol-iterator": "^0.1.0",
44+
"@stdlib/symbol-iterator": "^0.1.1",
4545
"@stdlib/types": "^0.1.0",
4646
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"
4747
},

0 commit comments

Comments
 (0)