diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 1d492cb..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T01:48:47.645Z diff --git a/README.md b/README.md index 9f19e67..14d33f4 100644 --- a/README.md +++ b/README.md @@ -249,8 +249,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/blas-base-dswap.svg [npm-url]: https://npmjs.org/package/@stdlib/blas-base-dswap -[test-image]: https://github.com/stdlib-js/blas-base-dswap/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/blas-base-dswap/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/blas-base-dswap/actions/workflows/test.yml/badge.svg?branch=v0.1.1 +[test-url]: https://github.com/stdlib-js/blas-base-dswap/actions/workflows/test.yml?query=branch:v0.1.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-base-dswap/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/blas-base-dswap?branch=main diff --git a/package.json b/package.json index 858066a..b6d3d1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/blas-base-dswap", - "version": "0.1.0", + "version": "0.1.1", "description": "Interchange two double-precision floating-point vectors.", "license": "Apache-2.0", "author": { @@ -41,14 +41,14 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/assert-is-error": "^0.1.0", - "@stdlib/napi-argv": "^0.1.0", - "@stdlib/napi-argv-int64": "^0.1.0", - "@stdlib/napi-argv-strided-float64array": "^0.1.0", - "@stdlib/napi-export": "^0.1.0", - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0", - "@stdlib/utils-library-manifest": "^0.1.0", - "@stdlib/utils-try-require": "^0.1.0" + "@stdlib/assert-is-error": "^0.1.1", + "@stdlib/napi-argv": "^0.1.1", + "@stdlib/napi-argv-int64": "^0.1.1", + "@stdlib/napi-argv-strided-float64array": "^0.1.1", + "@stdlib/napi-export": "^0.1.1", + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1", + "@stdlib/utils-library-manifest": "^0.1.1", + "@stdlib/utils-try-require": "^0.1.1" }, "devDependencies": { "@stdlib/array-filled-by": "^0.1.0", @@ -60,8 +60,8 @@ "@stdlib/math-base-special-pow": "^0.1.0", "@stdlib/random-base-discrete-uniform": "^0.1.0", "@stdlib/random-base-uniform": "^0.1.0", - "@stdlib/strided-base-min-view-buffer-index": "^0.1.0", - "@stdlib/strided-base-offset-view": "^0.1.0", + "@stdlib/strided-base-min-view-buffer-index": "^0.1.1", + "@stdlib/strided-base-offset-view": "^0.1.1", "proxyquire": "^2.0.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1",