diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0dae4fe..3bc3576 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -29,6 +29,7 @@ Ognjen Jevremović Philipp Burckhardt Pranav Goswami Ricky Reusser +Robert Gislason Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Ryan Seal Seyyed Parsa Neshaei @@ -37,4 +38,3 @@ Stephannie Jiménez Gacha Yernar Yergaziyev orimiles5 <97595296+orimiles5@users.noreply.github.com> rei2hu -Robert Gislason diff --git a/README.md b/README.md index 466ecc1..1953d17 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/string-base-truncate-middle.svg [npm-url]: https://npmjs.org/package/@stdlib/string-base-truncate-middle -[test-image]: https://github.com/stdlib-js/string-base-truncate-middle/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/string-base-truncate-middle/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/string-base-truncate-middle/actions/workflows/test.yml/badge.svg?branch=v0.1.0 +[test-url]: https://github.com/stdlib-js/string-base-truncate-middle/actions/workflows/test.yml?query=branch:v0.1.0 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-truncate-middle/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/string-base-truncate-middle?branch=main diff --git a/package.json b/package.json index d918c03..a0ee3ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/string-base-truncate-middle", - "version": "0.0.0", + "version": "0.1.0", "description": "Truncate the middle UTF-16 code units of a string to return a string having a specified length.", "license": "Apache-2.0", "author": {