From 2b5f6a785ed8a5ca8fd9b84075c8176f5c3b81e8 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Mon, 5 Feb 2024 03:07:37 +0000 Subject: [PATCH] Release v0.2.0 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9323db1d..2e9565a2 100644 --- a/README.md +++ b/README.md @@ -171,8 +171,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/random.svg [npm-url]: https://npmjs.org/package/@stdlib/random -[test-image]: https://github.com/stdlib-js/random/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/random/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/random/actions/workflows/test.yml/badge.svg?branch=v0.2.0 +[test-url]: https://github.com/stdlib-js/random/actions/workflows/test.yml?query=branch:v0.2.0 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/random?branch=main diff --git a/package.json b/package.json index 3da94ab3..15c14502 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/random", - "version": "0.1.1", + "version": "0.2.0", "description": "Random numbers.", "license": "Apache-2.0", "author": {